gulp-mocha icon indicating copy to clipboard operation
gulp-mocha copied to clipboard

Specifying a custom path for "opts" option does not work

Open nunof07 opened this issue 7 years ago • 0 comments

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?

nunof07 avatar Oct 24 '17 21:10 nunof07