Reword gulp test --grep instructions in CONTRIBUTING.md

This commit is contained in:
manishb 2018-07-27 15:49:36 -04:00
parent 3c2f0b3aa5
commit e6d91ba8a7

View File

@ -48,7 +48,7 @@ When submitting a PR, please fill out the template that is presented by GitHub w
gulp build # build
npm test # test
gulp test # run tests inside Docker container
gulp test --grep testSuite # grep string to filter tests with
gulp test --grep testSuite # run only tests/suites filtered by js regex inside container
```
## Code Architecture