Skip to content

Commit a90c54d

Browse files
committed
fix reporter
1 parent e9490b7 commit a90c54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
3838
"lint": "eslint .",
3939
"test": "NUXT_SESSION_PASSWORD='7kP@G!hYvZ2#pL1mQx%3vU8c&RwT4oAs9bFnD#' vitest run",
40-
"test:ci": "pnpm test -- --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
40+
"test:ci": "pnpm test --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
4141
"test:watch": "vitest watch",
4242
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
4343
},

0 commit comments

Comments
 (0)