"commander.opts" function gets overwritten with string "test/mocha.opts" in grunt-mocha-istanbul #2752
Labels
stale
this has been inactive for a while...
status: needs upstream fix
defect within Mocha's dependency tree
type: question
support question
I did file an issue against grunt-mocha-istanbul and was able to find a workaround for it: pocesar/grunt-mocha-istanbul#67
However, the purpose of this issue is to see if there's a legitimate fix on this side.
Environment:
Steps to reproduce:
npm install && npm test
Observed behavior:
Notes:
mocha@3.2.0
as a standalone, then our assertion passes.mocha@2.5.3
, then our assertion passes.mocha
version starting at 3.0.0 and higher, then we get the above error.The text was updated successfully, but these errors were encountered: