Files

10 lines
183 B
JSON
Raw Permalink Normal View History

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