reset changes on js/logger.js, mock logger.js in global_vars tests, workaround for failing dev_console test

This commit is contained in:
Karsten Hassel
2021-06-17 22:50:26 +02:00
parent e758fd4093
commit d9edaffd9c
7 changed files with 63 additions and 39 deletions

View File

@@ -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",