diff --git a/server/tests/environment.ts b/server/tests/environment.ts index a139d2af..b04054fc 100644 --- a/server/tests/environment.ts +++ b/server/tests/environment.ts @@ -61,7 +61,7 @@ beforeAll(() => { jest.spyOn(Config.prototype, "startWatchingConfig").mockImplementation( () => { console.debug("Disable start watching config"); - return; + return false; } ); jest.spyOn(Config, "checkBuiltDependencies").mockImplementation(() => {