We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dec82 commit 66d0188Copy full SHA for 66d0188
src/Frontend/package.json
@@ -11,9 +11,9 @@
11
"type-check": "vue-tsc --build --force",
12
"lint": "eslint .",
13
"preview": "vite preview",
14
- "test:component": "vitest ./src",
15
- "test:coverage": "vitest run --coverage",
16
- "test:application:vitest": "npx vitest ./test/specs",
+ "test:component": "vitest --reporter=verbose ./src",
+ "test:coverage": "vitest run --coverage --reporter=verbose",
+ "test:application:vitest": "npx vitest --reporter=verbose ./test/specs",
17
"test:application": "npm run test:application:vitest"
18
},
19
"dependencies": {
0 commit comments