Skip to content

Commit

Permalink
chore: fix nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed May 20, 2021
1 parent 508df11 commit 5bb1f23
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 @@ -29,7 +29,7 @@
"dev": "npm run build -- --watch",
"format": "prettier --write src/**",
"lint": "eslint src/** test/**",
"test": "npm run lint && nyc ava"
"test": "npm run lint && nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit"
Expand Down

0 comments on commit 5bb1f23

Please sign in to comment.