The option `opts` is not correctly passed to mocha. Using the following config with gulp-mocha does not work: ```json { "opts": "mocha.opts" } ``` While this works in the command line: ```bash mocha --opts mocha.opts ``` Any ideas?
The option
optsis not correctly passed to mocha.Using the following config with gulp-mocha does not work:
{ "opts": "mocha.opts" }While this works in the command line:
Any ideas?