summary refs log tree commit diff
path: root/api/jest/setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'api/jest/setup.js')
-rw-r--r--api/jest/setup.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/jest/setup.js b/api/jest/setup.js
new file mode 100644

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