remove console.info from jest output
This commit is contained in:
parent
ca81a63dfd
commit
8f498e6934
@ -1 +1,2 @@
|
||||
jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
|
||||
jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());
|
||||
|
Loading…
x
Reference in New Issue
Block a user