mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
add logger.js to jests moduleNameMapper
This commit is contained in:
parent
3ea6544f77
commit
1dcda63192
@ -96,6 +96,9 @@
|
|||||||
"projects": [
|
"projects": [
|
||||||
{
|
{
|
||||||
"displayName": "unit",
|
"displayName": "unit",
|
||||||
|
"moduleNameMapper": {
|
||||||
|
"logger": "<rootDir>/js/logger.js"
|
||||||
|
},
|
||||||
"testMatch": [
|
"testMatch": [
|
||||||
"**/tests/unit/**/*.[jt]s?(x)"
|
"**/tests/unit/**/*.[jt]s?(x)"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user