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": { "jest": {
"testResultsProcessor": "jest-sonar-reporter", "testResultsProcessor": "jest-sonar-reporter",
"preset": "ts-jest", "preset": "ts-jest",
"testMatch": ["<rootDir>/tests/**/*.spec.ts"] "testMatch": ["<rootDir>/tests/**/*.spec.ts"],
}, "reporters": [
"jestSonar": { "default",
"reportPath": "./reports", [
"reportFile": "report.test.xml" "jest-sonar-reporter",
{
"outputDirectory": "./reports",
"outputName": "report.test.xml"
}
]
]
} }
} }

Loading…
Cancel
Save