Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymtz committed Mar 1, 2018
1 parent 824a215 commit a7646ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomj
./node_modules/.bin/poncho -R lcov test/test.html | ./node_modules/.bin/codacy-coverage
```

### [Jest]
### [Jest](https://facebook.github.io/jest/)

```sh
jest --coverage && CODACY_PROJECT_TOKEN='xxxxxxxxxxxxx' | cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage
Expand Down

0 comments on commit a7646ee

Please sign in to comment.