junit reporter added

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-03-04 21:49:50 +01:00
parent 7410fa6b34
commit 9a01d8147e
2 changed files with 2 additions and 2 deletions

2
components.d.ts vendored
View file

@ -36,4 +36,4 @@ declare module 'vue' {
} }
} }
export { } export {}

View file

@ -11,7 +11,7 @@
"preview": "vite preview --port 5050", "preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom", "test:unit": "vitest --environment jsdom",
"test:unit:ci": "vitest --environment jsdom --run", "test:unit:ci": "vitest --environment jsdom --run",
"coverage": "vitest run --environment jsdom --coverage", "coverage": "vitest run --environment jsdom --coverage --reporter=junit",
"typecheck": "vue-tsc --noEmit", "typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prepare": "husky install" "prepare": "husky install"