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

Commit

Permalink
docs(README): Pass the grep argument as mocha option
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 authored and Dej611 committed Jul 6, 2015
1 parent 531104e commit fdf0e3b
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 fdf0e3b

Please sign in to comment.