Skip to content

Commit

Permalink
feat: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Mar 17, 2024
1 parent 00993a2 commit e86ccf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"changeset": "changeset",
"analyze": "tsc; cem analyze",
"preversion": "tsc",
"test": "web-test-runner \"test/**/*.test.ts\" --node-resolve",
"test:watch": "web-test-runner test/**/*.test.ts --node-resolve --watch",
"test": "web-test-runner \"test/**/*.test.ts\" --coverage",
"test:watch": "web-test-runner test/**/*.test.ts --watch",
"start": "rocket start",
"docs": "rocket build"
},
Expand Down

0 comments on commit e86ccf8

Please sign in to comment.