Skip to content

Commit 1576079

Browse files
committed
adding verbose
1 parent 66d0188 commit 1576079

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"type-check": "vue-tsc --build --force",
1212
"lint": "eslint .",
1313
"preview": "vite preview",
14-
"test:component": "vitest --reporter=verbose ./src",
15-
"test:coverage": "vitest run --coverage --reporter=verbose",
16-
"test:application:vitest": "npx vitest --reporter=verbose ./test/specs",
14+
"test:component": "vitest ./src",
15+
"test:coverage": "vitest run --coverage",
16+
"test:application:vitest": "npx vitest ./test/specs",
1717
"test:application": "npm run test:application:vitest"
1818
},
1919
"dependencies": {

src/Frontend/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig({
2727
provider: `v8`,
2828
reporter: ["text", "text-summary", "cobertura"],
2929
},
30+
reporters: [`verbose`],
3031
environment: `jsdom`,
3132
setupFiles: [`./test/drivers/vitest/setup.ts`],
3233
},

0 commit comments

Comments
 (0)