autobaan/test/jest-unit.json

10 lines
184 B
JSON
Raw Permalink Normal View History

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