Skip to content

Commit

Permalink
fix: c8 100 percent code coverage (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancastillo authored Aug 18, 2024
1 parent db46859 commit a229fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "types/index.d.ts",
"scripts": {
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "c8 node --test",
"test:unit": "c8 --100 node --test",
"test:typescript": "tsd",
"lint": "standard",
"lint:fix": "standard --fix"
Expand Down

0 comments on commit a229fd3

Please sign in to comment.