Skip to content

Commit 9a51293

Browse files
committed
Add instructions for how to test with coverage results
1 parent 6fd783d commit 9a51293

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Integration tests require `st2` to be present. To set up dev environment and run
5858
gulp test
5959
```
6060

61+
or, to run tests with coverage results:
62+
63+
```bash
64+
npm test
65+
```
66+
6167
### Running Browser tests
6268

6369
```bash

0 commit comments

Comments
 (0)