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

WORK-RHA
Rémi REGNAULT 1 year ago
parent 95c5ef3b52
commit fe499b36a2

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

Loading…
Cancel
Save