Files
ukraine-timemap/src/setupTests.js
2020-12-14 13:30:49 +00:00

12 lines
240 B
JavaScript

// Add globals here
// ---
// In the example below we're providing no-ops for the logging functions
// global.console = {
// log: jest.fn(),
// error: jest.fn(),
// warn: jest.fn(),
// info: jest.fn(),
// debug: jest.fn(),
// };