Files
bigcapital/test/jest-e2e.json
Ahmed Bouhuolia 2bbc154f18 wip
2026-01-15 22:04:51 +02:00

15 lines
323 B
JSON

{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
],
"maxWorkers": 1,
"maxConcurrency": 1
}