mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
reset changes on js/logger.js, mock logger.js in global_vars tests, workaround for failing dev_console test
This commit is contained in:
10
package.json
10
package.json
@@ -100,14 +100,8 @@
|
||||
"**/tests/unit/**/*.[jt]s?(x)"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"<rootDir>/tests/unit/setup_unit.js"
|
||||
],
|
||||
"setupFiles": [
|
||||
"<rootDir>/tests/unit/setup_unit.js"
|
||||
],
|
||||
"moduleNameMapper": {
|
||||
"logger": "<rootDir>/js/logger.js"
|
||||
}
|
||||
"<rootDir>/tests/unit/mocks"
|
||||
]
|
||||
},
|
||||
{
|
||||
"displayName": "e2e",
|
||||
|
Reference in New Issue
Block a user