1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/test/unit/server/mocks/speakeasy.ts

8 lines
106 B
TypeScript

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