Skip to content

Commit

Permalink
do not use c8
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 28, 2025
1 parent 3e71a42 commit df7647c
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 @@ -15,7 +15,7 @@
},
"scripts": {
"pretest": "npm run lint",
"test": "c8 npm run quick:test",
"test": "npm run quick:test",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit df7647c

Please sign in to comment.