Skip to content

Commit 66d0188

Browse files
committed
Adding verbose to reporter so that we can better diagnose flaky tests
1 parent 02dec82 commit 66d0188

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-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 ./src",
15-
"test:coverage": "vitest run --coverage",
16-
"test:application:vitest": "npx vitest ./test/specs",
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",
1717
"test:application": "npm run test:application:vitest"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)