remove console.info from jest output

This commit is contained in:
xnacly
2021-08-18 18:46:34 +02:00
parent af20ab46e2
commit 8475779fe0
+1
View File
@@ -1 +1,2 @@
jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());