Merge pull request #1092 from bitpay/maraoz-patch-1

Update README.md
This commit is contained in:
Esteban Ordano 2015-02-24 15:36:06 -03:00
commit 0b61ff74c7
1 changed files with 2 additions and 17 deletions

View File

@ -102,23 +102,8 @@ Run all the tests:
gulp test
```
Run the NodeJS tests with mocha:
```sh
gulp test:node
```
Run the browser tests with karma:
```sh
gulp test:browser
```
Create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it):
```sh
gulp coverage
```
You can also run just the NodeJS tests with `gulp test:node`, just the browser tests with `gulp test:browser`
or create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it) with `gulp coverage`.
## License