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

Loading…
Cancel
Save