jest-e2e.json 332 B

1234567891011121314151617
  1. {
  2. "moduleFileExtensions": [
  3. "js",
  4. "json",
  5. "ts"
  6. ],
  7. "rootDir": ".",
  8. "testEnvironment": "node",
  9. "testRegex": ".e2e-spec.ts$",
  10. "transform": {
  11. "^.+\\.(t|j)s$": "ts-jest"
  12. },
  13. "moduleNameMapper": {
  14. "@app/utils/(.*)": "<rootDir>/../libs/utils/src/$1",
  15. "@app/utils": "<rootDir>/../libs/utils/src"
  16. }
  17. }