Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #70 from dej611/master
Browse files Browse the repository at this point in the history
Filter suites/tests using the mocha grep option
  • Loading branch information
dignifiedquire committed Jul 6, 2015
2 parents 531104e + fdf0e3b commit d2f26ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,17 @@ module.exports = function(config) {
config.set({
...
client: {
args: ['--grep', '<pattern>'],
mocha:{
grep: '<pattern>',
...
}
...
}
});
};
```

`--grep` argument pass directly to mocha
The `grep` argument is passed directly to mocha.


----
Expand Down

0 comments on commit d2f26ae

Please sign in to comment.