summary refs log tree commit diff
path: root/api/jest/setup.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 23:35:37 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 23:35:37 +0200
commitecc7683c02430cee57eac59bf2c9c64fe87b7091 (patch)
tree8f39ad0d7d0255d6da07cc088a47e01e748f97b7 /api/jest/setup.js
parent:sparkles: add option to disable all rate limits (diff)
downloadserver-ecc7683c02430cee57eac59bf2c9c64fe87b7091.tar.xz
:bug: fix unittests
Diffstat (limited to 'api/jest/setup.js')
-rw-r--r--api/jest/setup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/jest/setup.js b/api/jest/setup.js

index bd535866..abc485ae 100644 --- a/api/jest/setup.js +++ b/api/jest/setup.js
@@ -1,2 +1,2 @@ -// jest.spyOn(global.console, "log").mockImplementation(() => jest.fn()); -// jest.spyOn(global.console, "info").mockImplementation(() => jest.fn()); +jest.spyOn(global.console, "log").mockImplementation(() => jest.fn()); +jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());