summary refs log tree commit diff
path: root/api/jest/setup.js
blob: abc485ae3bf2090d3ef9a6f0851a16297d7548ba (plain) (blame)
1
2
jest.spyOn(global.console, "log").mockImplementation(() => jest.fn());
jest.spyOn(global.console, "info").mockImplementation(() => jest.fn());