Skip to content

Commit

Permalink
add doc for running a single file for test (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall authored and dbemiller committed Nov 27, 2017
1 parent 2fce2dc commit 6c5d38f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ To run the unit tests:
```bash
gulp test
```
To run tests for a single file:

```bash
gulp test --file "path/to/spec/file.js"
```

To generate and view the code coverage reports:

Expand Down

0 comments on commit 6c5d38f

Please sign in to comment.