mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
junit reporter added
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
7410fa6b34
commit
9a01d8147e
2 changed files with 2 additions and 2 deletions
2
components.d.ts
vendored
2
components.d.ts
vendored
|
@ -36,4 +36,4 @@ declare module 'vue' {
|
|||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
export {}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"preview": "vite preview --port 5050",
|
||||
"test:unit": "vitest --environment jsdom",
|
||||
"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",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"prepare": "husky install"
|
||||
|
|
Loading…
Add table
Reference in a new issue