Skip to content

Commit

Permalink
feat(package.json): Add test:coverage script for checking test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 8, 2024
1 parent f328516 commit 058e7de
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 @@ -9,6 +9,7 @@
"dev": "tsx watch --no-warnings --clear-screen=false ./src/server.ts",
"build": "tsc",
"test": "echo 'not yet'",
"test:coverage": "echo 'not yet'",
"format:check": "prettier --check .",
"format:verbose": "prettier --write --cache .",
"format": "prettier --write --cache . > /dev/null",
Expand Down

0 comments on commit 058e7de

Please sign in to comment.