mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
first tests
This commit is contained in:
9
tests/e2e/mock-console.js
Normal file
9
tests/e2e/mock-console.js
Normal file
@@ -0,0 +1,9 @@
|
||||
global.console = {
|
||||
log: console.log,
|
||||
dir: console.dir,
|
||||
// error: jest.fn(),
|
||||
error: console.error,
|
||||
warn: console.warn,
|
||||
info: console.info,
|
||||
debug: console.debug
|
||||
};
|
Reference in New Issue
Block a user