autobaan/test/jest-e2e.json
2024-03-28 17:57:16 +01:00

9 lines
183 B
JSON

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