Skip to content

Commit

Permalink
Testing section in README.md is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezze committed Dec 14, 2017
1 parent dd10226 commit e7ab214
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,13 @@ Run unit tests:

npm test

In order to run tests with [Coveralls](http://coveralls.io) locally you have to provide `COVERALLS_REPO_TOKEN`:
Run tests with coverage:

npm run test:coverage

COVERALLS_REPO_TOKEN=<token> npm run test:coverage
In order to run tests with [Coveralls](http://coveralls.io) locally you have to provide `COVERALLS_REPO_TOKEN`:

COVERALLS_REPO_TOKEN=<token> npm run test:coveralls

## Contributing

Expand Down

0 comments on commit e7ab214

Please sign in to comment.