Add note about running tests

This commit is contained in:
wltsmrz
2013-09-17 16:23:03 -07:00
parent c8e0ef01ac
commit bc600a27b3

View File

@@ -59,3 +59,19 @@ remote.connect(function() {
```
See [The `ripple-lib` Guides](docs/GUIDES.md) and [The `ripple-lib` API Reference](docs/REFERENCE.md) for walkthroughs and details about all of the available functions and options.
##Running tests
1. Clone the repository
```
git clone https://github.com/ripple/ripple-lib
```
2. `cd` into the repository and install dependencies with `npm install`
3. `npm test` or `make test
**Generating code coverage**
ripple-lib uses `jscoverage` to generate code coverage. To generate a file `coverage.html`, run `make coverage`