1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/test/unitary/mocks/speakeasy.ts
2017-05-20 19:16:57 +02:00

8 lines
106 B
TypeScript

import sinon = require("sinon");
export = {
totp: sinon.stub(),
generateSecret: sinon.stub()
};