Skip to content

Commit

Permalink
Update environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Nov 27, 2023
1 parent 96fe974 commit f6628ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit f6628ce

Please sign in to comment.