1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00
server/api/jest/setup.js

3 lines
149 B
JavaScript
Raw Normal View History

2021-09-18 01:50:29 +02:00
// jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
// jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());