hisptz/integration-app

View on GitHub
backend/test/jest-e2e.json

Summary

Maintainability
Test Coverage
{
  "moduleFileExtensions": ["js", "json", "ts"],
  "rootDir": ".",
  "testEnvironment": "node",
  "testRegex": ".e2e-spec.ts$",
  "transform": {
    "^.+\\.(t|j)s$": "ts-jest"
  }
}