mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 12:58:35 +03:00
12 lines
240 B
JavaScript
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(),
|
|
// };
|