Skip to content

Commit

Permalink
test: cover all
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 20, 2024
1 parent 95b76a3 commit 724a673
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 @@
"type": "module",
"scripts": {
"lint": "eslint . --quiet --ignore-path .gitignore",
"test": "c8 --reporter lcovonly --reporter text mocha",
"test": "c8 --all --reporter lcovonly --reporter text mocha",
"build": "tsc",
"preblog": "npm run build",
"blog": "(cd examples/blog; bash init.sh --keep; DEBUG=hydra-box* nodemon --ext ttl,js,json --exec node --inspect=0.0.0.0:9001 server.js)",
Expand Down

0 comments on commit 724a673

Please sign in to comment.