sindresorhus / gulp-mocha

Run Mocha tests
MIT License
375 stars 91 forks source link

Fix `require` option for multiple entries #173

Closed marneborn closed 7 years ago

marneborn commented 7 years ago

For multiple requires mocha wants multiple "--require " switches. Right now grunt-mocha sends --require file1,file2 to mocha instead of --require file1 --require file2