Skip to content

Commit

Permalink
chore: restore junit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Feb 21, 2024
1 parent 1ee5ded commit e2f2389
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 e2f2389

Please sign in to comment.