sindresorhus / gulp-mocha

Run Mocha tests
MIT License
375 stars 91 forks source link

Support the --slow flag #177

Closed kevinburke closed 6 years ago

kevinburke commented 7 years ago

From the mocha --help output:

    -s, --slow <ms>                         "slow" test threshold in milliseconds [75]

I'd like to set this to "2", but it looks like gulp-mocha only passes through a set number of options to the underlying mocha binary.

spacem commented 7 years ago

did you try it? I think this supports all the options. From the readme: "Options are passed directly to the mocha binary, so you can use any its command-line options"

sindresorhus commented 6 years ago

Yup, supports all the options.