mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
22 lines
360 B
JSON
22 lines
360 B
JSON
{
|
|
"preset": "ts-jest",
|
|
|
|
"testEnvironment": "node",
|
|
"testRegex": "test\\/.*\\.ts$",
|
|
"testMatch": null,
|
|
"testURL": "http://localhost/",
|
|
|
|
"coverageDirectory": "./coverage/",
|
|
"collectCoverage": true,
|
|
|
|
"setupFilesAfterEnv": ["jest-extended"],
|
|
|
|
"globals": {
|
|
"ts-jest": {
|
|
"diagnostics": {
|
|
"ignoreCodes": [2339]
|
|
}
|
|
}
|
|
}
|
|
}
|