Skip to content

Commit

Permalink
Add test:watch:coverage script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Apr 22, 2024
1 parent 29741c9 commit 1394878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"test": "pnpm run lint && vitest run --coverage",
"test:run": "vitest run",
"test:watch": "vitest --watch",
"test:watch:coverage": "vitest --watch --coverage",
"typecheck": "tsc",
"typecheck:watch": "tsc --watch"
},
Expand Down

0 comments on commit 1394878

Please sign in to comment.