Fix jest module resolution (#1372)

This commit is contained in:
ekzyis 2024-09-07 19:45:17 +02:00 committed by GitHub
parent 15b038cd78
commit 597d1087f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -122,5 +122,10 @@
"eslint": "^8.51.0",
"jest": "^29.7.0",
"standard": "^17.1.0"
},
"jest": {
"moduleNameMapper": {
"@/(.*)": "<rootDir>/$1"
}
}
}