jest-e2e.json 311 B

123456789101112131415
  1. {
  2. "moduleFileExtensions": ["js", "json", "ts"],
  3. "rootDir": "../",
  4. "testRegex": ".e2e-spec.ts$",
  5. "transform": {
  6. "^.+\\.(t|j)s$": "ts-jest"
  7. },
  8. "testEnvironment": "node",
  9. "globals": {
  10. "ts-jest": {
  11. "tsConfig": "<rootDir>/config/tsconfig.e2e.json",
  12. "diagnostics": false
  13. }
  14. }
  15. }