authelia/test/unitary/mocks/nodemailer.ts

7 lines
83 B
TypeScript

import sinon = require("sinon");
export = {
createTransport: sinon.stub()
};