Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 27, 2020
1 parent 4578d4b commit 7360390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clean: # removes all build artifacts
@rm -rf dist

coverage: # measures test coverage
@node_modules/.bin/nyc node_modules/.bin/mocha --require source-map-support/register test/*-test.ts
@node_modules/.bin/nyc node_modules/.bin/mocha --require source-map-support/register test/*.test.ts
@node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls

docs: # runs the documentation tests
Expand Down

0 comments on commit 7360390

Please sign in to comment.