Skip to content

Commit

Permalink
fix: coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Jun 28, 2024
1 parent 2b30418 commit 2cc4a0b
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 @@ -6,7 +6,7 @@
"scripts": {
"example": "cd examples && SECRET='a password' NODE_ENV=development node index.js",
"test": "zUnit",
"coverage": "nyc --report html --reporter lcov --reporter text-summary zUnit",
"coverage": "nyc --reporter lcov npm run test",
"lint": "eslint .",
"prepare": "husky install"
},
Expand Down

0 comments on commit 2cc4a0b

Please sign in to comment.