Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
[README] Mention how to run test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Mar 9, 2015
1 parent 6e9031c commit a6a3ddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,14 @@ A sample part of payload object is given below
}
```

## Testing

Inside the drafter repository you can execute the following to run the test suite:

```bash
$ npm install
$ npm test
```

[Boutique]: https://github.com/apiaryio/boutique.js
[Parse Result]: https://github.com/apiaryio/api-blueprint-ast/blob/master/Parse%20Result.md

0 comments on commit a6a3ddd

Please sign in to comment.