keys-for-all/keys-api/test/jest-e2e.json
2025-07-22 18:27:21 -07:00

9 lines
No EOL
182 B
JSON

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