Skip to content

Commit

Permalink
chore: add unit test watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
levimykel committed Aug 26, 2024
1 parent a26d51b commit 53b9cac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"size": "size-limit",
"test": "npm run lint && npm run types && npm run unit && npm run build && npm run size",
"types": "tsc --noEmit",
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava"
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava",
"unit:watch": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava --watch"
},
"dependencies": {
"change-case": "^5.4.4"
Expand Down

0 comments on commit 53b9cac

Please sign in to comment.