Skip to content

Commit

Permalink
chore: readd junit reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Feb 29, 2024
1 parent 5149996 commit 0d85d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:core": "tsc --build",
"watch": "tsc --watch",
"typecheck": "tsc --noEmit",
"test": "vitest run --dir tests --coverage.enabled --coverage.reporter=json-summary --coverage.reporter=html",
"test": "vitest run --dir tests --coverage.enabled --reporter=junit --coverage.reporter=json-summary --coverage.reporter=html",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
Expand Down

0 comments on commit 0d85d2f

Please sign in to comment.