mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 23:26:05 +00:00
remove console.info from jest output
This commit is contained in:
@@ -1 +1,2 @@
|
||||
jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
|
||||
jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());
|
||||
|
||||
Reference in New Issue
Block a user