8 lines
106 B
TypeScript
8 lines
106 B
TypeScript
|
|
||
|
import sinon = require("sinon");
|
||
|
|
||
|
export = {
|
||
|
totp: sinon.stub(),
|
||
|
generateSecret: sinon.stub()
|
||
|
};
|