| 1234567891011121314 |
- {
- "moduleFileExtensions": ["js", "json", "ts"],
- "rootDir": "../",
- "testRegex": ".e2e-spec.ts$",
- "transform": {
- "^.+\\.(t|j)s$": "ts-jest"
- },
- "globals": {
- "ts-jest": {
- "tsConfig": "<rootDir>/config/tsconfig.e2e.json",
- "diagnostics": false
- }
- }
- }
|