mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
21 lines
333 B
JSON
21 lines
333 B
JSON
{
|
|
"preset": "ts-jest",
|
|
|
|
"testEnvironment": "node",
|
|
"testRegex": "test\\/.*\\.ts$",
|
|
"testMatch": null,
|
|
"testURL": "http://localhost/",
|
|
|
|
"coverageDirectory": "./coverage/",
|
|
|
|
"setupFilesAfterEnv": ["jest-extended"],
|
|
|
|
"globals": {
|
|
"ts-jest": {
|
|
"diagnostics": {
|
|
"ignoreCodes": [2339]
|
|
}
|
|
}
|
|
}
|
|
}
|