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

no way to pass --inline-diffs option to mocha

Open drom opened this issue 11 years ago • 1 comments
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
}

drom avatar Nov 06 '14 21:11 drom

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.

kmiyashiro avatar Nov 06 '14 22:11 kmiyashiro