mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
3 lines
143 B
JavaScript
3 lines
143 B
JavaScript
jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
|
|
jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());
|