mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-24 07:01:55 +00:00
add relative paths
This commit is contained in:
@@ -4,5 +4,11 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
rootDir: '../',
|
||||
testRegex: '\\.test\\.ts$',
|
||||
reporters: ['default']
|
||||
reporters: ['default'],
|
||||
roots: [
|
||||
"test"
|
||||
],
|
||||
moduleNameMapper: {
|
||||
"src/(.*)": "<rootDir>/src/$1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user