feat: Add moduleNameMapper for Common module path resolution in Jest config

This commit is contained in:
Simon Larsen
2025-05-21 13:23:49 +01:00
parent aa0365d2b2
commit eaaa75f261

View File

@@ -11,6 +11,9 @@
"babelConfig": false
}
},
"moduleNameMapper": {
"Common/(.*)": "<rootDir>/$1"
},
"moduleFileExtensions": [
"ts",
"js",