working on test and sonar
continuous-integration/drone/push Build is failing Details

WORK-RHA
Rémi REGNAULT 1 year ago
parent fe499b36a2
commit 20729472ce

@ -36,18 +36,11 @@
"ts-jest": "^29.1.1"
},
"jest": {
"testResultsProcessor": "jest-sonar-reporter",
"preset": "ts-jest",
"testMatch": ["<rootDir>/tests/**/*.spec.ts"],
"reporters": [
"default",
[
"jest-sonar-reporter",
{
"outputDirectory": "./reports",
"outputName": "report.test.xml"
}
]
]
"testMatch": ["<rootDir>/tests/**/*.spec.ts"]
},
"jestSonar": {
"reportPath": "./reports",
"reportFile": "report.test.xml"
}
}

Loading…
Cancel
Save