Files
server/api/jest/setup.js
Flam3rboy eb2f447d96 🐛 fix unittests
2021-09-20 23:35:37 +02:00

3 lines
143 B
JavaScript

jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());