Files
bigcapital/packages/server/test/jest-e2e.json
2026-04-18 01:46:57 +02:00

15 lines
316 B
JSON

{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": "(auth|custom-fields)\\.e2e-spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/../src/$1"
},
"maxWorkers": 1,
"maxConcurrency": 1
}