silence logger for tests, use modulePaths for e2e

This commit is contained in:
Karsten Hassel
2021-09-13 23:55:41 +02:00
parent 974de179e0
commit 236bf6e0fc
7 changed files with 47 additions and 31 deletions

View File

@@ -123,10 +123,9 @@
"testMatch": [
"**/tests/e2e/**/*.[jt]s?(x)"
],
"moduleNameMapper": {
"logger": "<rootDir>/js/logger.js",
"node_helper": "<rootDir>/js/node_helper.js"
}
"modulePaths": [
"<rootDir>/js/"
]
}
]
}