forked from bitpay/bitcore-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ If you find a security issue, please email [email protected]. | |
|
||
## Contributing | ||
|
||
Please send pull requests for bug fixes, code optimization, and ideas for improvement. | ||
Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our [CONTRIBUTING](https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md) file. | ||
|
||
## Building the Browser Bundle | ||
|
||
|
@@ -64,19 +64,19 @@ Run all the tests: | |
gulp test | ||
``` | ||
|
||
Run the tests with mocha: | ||
Run the NodeJS tests with mocha: | ||
|
||
```sh | ||
gulp test:node | ||
``` | ||
|
||
Run the tests with karma (uses firefox and chrome): | ||
Run the browser tests with karma: | ||
|
||
```sh | ||
gulp test:browser | ||
``` | ||
|
||
Create a coverage report (you can open `coverage/lcov-report/index.html` to visualize it): | ||
Create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it): | ||
|
||
```sh | ||
gulp coverage | ||
|
@@ -86,4 +86,4 @@ gulp coverage | |
|
||
Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE). | ||
|
||
Copyright 2013-2014 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc. | ||
Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc. |