grunt-mocha
grunt-mocha copied to clipboard
no way to pass --inline-diffs option to mocha
trafficstars
Thank you for the great plugin!
mocha has --inline-diffs option that I try to pass.
I have unsuccessfully tried the following option:
options: {
'inline-diffs': true
}
That's correct, this plugin does not use the command line mocha, it pipes output from running mocha in the browser (phantomjs).
On Thu, Nov 6, 2014 at 1:09 PM, Aliaksei Chapyzhenka < [email protected]> wrote:
Thank you for the great plugin!
mocha has --inline-diffs option that I try to pass.
I have unsuccessfully tried the following option:
options: { 'inline-diffs': true }
— Reply to this email directly or view it on GitHub https://github.com/kmiyashiro/grunt-mocha/issues/136.