lib/recipes-data/jest-setup.js (
7
lines of code) (
raw
):
global.console = { ...console, // uncomment to ignore a specific log level log: jest.fn(), debug: jest.fn(), info: jest.fn(), warn: jest.fn(), // error: jest.fn(), };