5caa4bce61
feat(ci): self contained e2e GitHub action
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": ".",
|
|
"testEnvironment": "node",
|
|
"testRegex": "auth.e2e-spec.ts$",
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/../src/$1"
|
|
},
|
|
"maxWorkers": 1,
|
|
"maxConcurrency": 1
|
|
}
|