summary refs log tree commit diff
path: root/cdn/jest/setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'cdn/jest/setup.js')
-rw-r--r--cdn/jest/setup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdn/jest/setup.js b/cdn/jest/setup.js
new file mode 100644
index 00000000..32c60181
--- /dev/null
+++ b/cdn/jest/setup.js
@@ -0,0 +1 @@
+jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());