autobaan/test/jest-e2e.json

10 lines
183 B
JSON
Raw Permalink Normal View History

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