sindresorhus / gulp-mocha

Run Mocha tests
MIT License
375 stars 91 forks source link

Provide a way to specify --async-only to Mocha #175

Closed mfulton26 closed 7 years ago

sindresorhus commented 7 years ago

From the readme:

Options are passed directly to the mocha binary, so you can use any its command-line options in a camelCased form.

mfulton26 commented 7 years ago

Yes, silly me, I was just about to comment back and close this myself because I just found such. Thanks!