Skip to content

Commit

Permalink
chore: html reporter (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
is2ei authored Mar 18, 2022
1 parent f1739cf commit fc79429
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 @@ -52,7 +52,7 @@
"test:tap": "tap test/*.js test/diagnostics-channel/*.js",
"test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w",
"test:typescript": "tsd",
"coverage": "nyc npm run test",
"coverage": "nyc --reporter=text --reporter=html npm run test",
"coverage:ci": "nyc --reporter=lcov npm run test",
"bench": "concurrently -k -s first npm:bench:server npm:bench:run",
"bench:server": "node benchmarks/server.js",
Expand Down

0 comments on commit fc79429

Please sign in to comment.