Add comment describing --grep flag for gulp test task

This commit is contained in:
manishb 2018-07-27 15:37:20 -04:00
parent 9f3ab3e541
commit 3c2f0b3aa5

View File

@ -178,6 +178,7 @@ gulp.task('forceprettier', function(done) {
// test
gulp.task('test', function(done) {
// the flag --grep takes js regex as a string and filters by test and test suite names
var knownOptions = {
string: 'grep',
default: { grep: '' },