jest-e2e.json 282 B

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