mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 08:55:40 +02:00
13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": "../",
|
|
"testRegex": ".e2e-spec.ts$",
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"setupFilesAfterEnv": ["<rootDir>/test/setup.ts"],
|
|
"coverageDirectory": "./coverage",
|
|
"testEnvironment": "node",
|
|
"maxWorkers": 1,
|
|
"testTimeout": 30000
|
|
}
|