This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-18 01:50:29 +02:00

3 lines
149 B
JavaScript

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