Skip to content

Commit

Permalink
Add support for .mjs files in code coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq committed Apr 2, 2019
1 parent 77a4eb8 commit ceb8d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ node_modules/.bin/nyc \
--statements 0 \
--reporter text \
--reporter html \
--extension .js \
--extension .mjs \
-- node_modules/.bin/mocha

0 comments on commit ceb8d1e

Please sign in to comment.