summary refs log tree commit diff
diff options
context:
space:
mode:
authorxnacly <matteogropp@protonmail.com>2021-08-18 18:46:34 +0200
committerxnacly <matteogropp@protonmail.com>2021-08-18 18:46:34 +0200
commit8f498e6934c612786680fd947b4acd15157f9579 (patch)
tree477d3b1ff3d00385ab71973748fa9983a36facd6
parentrevert b1c459b (diff)
downloadserver-8f498e6934c612786680fd947b4acd15157f9579.tar.xz
remove console.info from jest output
-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
index 32c60181..abc485ae 100644
--- a/cdn/jest/setup.js
+++ b/cdn/jest/setup.js
@@ -1 +1,2 @@
 jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
+jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());