jest-e2e.json 154 B

12345678
  1. {
  2. "moduleFileExtensions": ["js", "json", "ts"],
  3. "rootDir": ".",
  4. "testRegex": ".e2e-spec.ts$",
  5. "transform": {
  6. "^.+\\.(t|j)s$": "ts-jest"
  7. }
  8. }