Add JUnit report to Jest front-end tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-12 19:47:10 +01:00
parent fde367568d
commit b70321e377
5 changed files with 37 additions and 22 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
"!get_union_json.ts",
],
coverageReporters: ["html", "text", "text-summary"],
reporters: ["default", "jest-junit"],
// The following should fix the issue with svgs and ?inline loader (see Logo.vue), but doesn't work
//
// transform: {