Add gulp test --grep instructions to CONTRIBUTING.md

This commit is contained in:
manishb 2018-07-27 15:29:21 -04:00
parent 1cf8dc70d1
commit 9f3ab3e541

View File

@ -45,9 +45,10 @@ When submitting a PR, please fill out the template that is presented by GitHub w
# Or run tests by selecting the appropriate drop down option
# Alternatively, build and run tests through gulp and npm scripts
gulp build # build
npm test # test
gulp test # run tests inside Docker container
gulp build # build
npm test # test
gulp test # run tests inside Docker container
gulp test --grep testSuite # grep string to filter tests with
```
## Code Architecture