pinkmine/test/jest-e2e.json
Pavel Gnedov 3876a60eb2 init
2022-04-07 10:01:56 +07:00

17 lines
No EOL
364 B
JSON

{
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"moduleNameMapper": {
"@app/event-emitter/(.*)": "<rootDir>/../libs/event-emitter/src/$1",
"@app/event-emitter": "<rootDir>/../libs/event-emitter/src"
}
}