Merge pull request #72 from clems4ever/fix-registration-handler-test
Fix typescript transpilation after typescript updatepull/74/head
commit
0b8ac83566
|
@ -17,7 +17,7 @@ describe("test register handler", function () {
|
|||
let authSession: AuthenticationSession.AuthenticationSession;
|
||||
|
||||
beforeEach(function () {
|
||||
req = ExpressMock.RequestMock;
|
||||
req = ExpressMock.RequestMock();
|
||||
req.app = {};
|
||||
const mocks = ServerVariablesMock.mock(req.app);
|
||||
mocks.logger = winston;
|
||||
|
|
Loading…
Reference in New Issue