mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: Add moduleNameMapper for Common module path resolution in Jest config
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"babelConfig": false
|
||||
}
|
||||
},
|
||||
"moduleNameMapper": {
|
||||
"Common/(.*)": "<rootDir>/$1"
|
||||
},
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"js",
|
||||
|
||||
Reference in New Issue
Block a user