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-18 01:50:29 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-18 01:50:29 +0200
commitd61013cebf9eb8a73318ea0bfcae6f643cd90a7b (patch)
tree4affc73533786a9439fe6c1fdae462dae3101414 /api/jest/setup.js
parent:art: use typescript plugin that converts to relative paths (diff)
downloadserver-d61013cebf9eb8a73318ea0bfcae6f643cd90a7b.tar.xz
:sparkles: jest automatic tests
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 abc485ae..bd535866 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());