Fix typescript transpilation after typescript update
parent
7be61d7357
commit
61d0c2e980
|
@ -17,7 +17,7 @@ describe("test register handler", function () {
|
||||||
let authSession: AuthenticationSession.AuthenticationSession;
|
let authSession: AuthenticationSession.AuthenticationSession;
|
||||||
|
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
req = ExpressMock.RequestMock;
|
req = ExpressMock.RequestMock();
|
||||||
req.app = {};
|
req.app = {};
|
||||||
const mocks = ServerVariablesMock.mock(req.app);
|
const mocks = ServerVariablesMock.mock(req.app);
|
||||||
mocks.logger = winston;
|
mocks.logger = winston;
|
||||||
|
|
Loading…
Reference in New Issue