aboutsummaryrefslogtreecommitdiff
path: root/test/jest-e2e.json
blob: e9d912f3e3cefc18505d3cd19b3a5a9f567f5de0 (plain)
1
2
3
4
5
6
7
8
9
{
  "moduleFileExtensions": ["js", "json", "ts"],
  "rootDir": ".",
  "testEnvironment": "node",
  "testRegex": ".e2e-spec.ts$",
  "transform": {
    "^.+\\.(t|j)s$": "ts-jest"
  }
}