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