Skip to content
Snippets Groups Projects
jest-e2e.json 183 B
Newer Older
axel huillard's avatar
axel huillard committed
{
  "moduleFileExtensions": ["js", "json", "ts"],
  "rootDir": ".",
  "testEnvironment": "node",
  "testRegex": ".e2e-spec.ts$",
  "transform": {
    "^.+\\.(t|j)s$": "ts-jest"
  }
}