gulp-mocha
gulp-mocha copied to clipboard
Specifying a custom path for "opts" option does not work
The option opts
is 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:
mocha --opts mocha.opts
Any ideas?