remove console.info from jest output

This commit is contained in:
xnacly 2021-08-18 18:46:34 +02:00
parent ca81a63dfd
commit 8f498e6934

View File

@ -1 +1,2 @@
jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());