blob: ac747cb63d7403011673f49ee5a9e672ff7a96ac [file]
{
"moduleFileExtensions": ["js", "json", "ts"],
"moduleNameMapper": {
"^plugins/(.*)$": "<rootDir>/plugins/$1",
"^apps/(.*)$": "<rootDir>/apps/$1"
},
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}