15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": ".",
|
|
"testEnvironment": "node",
|
|
"testRegex": ".e2e-spec.ts$",
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"moduleNameMapper": {
|
|
"^@domain/(.*)$": "<rootDir>/../src/domain/$1",
|
|
"^@application/(.*)$": "<rootDir>/../src/application/$1",
|
|
"^@infrastructure/(.*)$": "<rootDir>/../src/infrastructure/$1"
|
|
}
|
|
}
|