project-knedita/test/jest-e2e.json

10 lines
175 B
JSON
Raw Normal View History

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