marcopeg / grunt-mocha-chai-sinon

Simple test runner task for NodeJS
8 stars 3 forks source link

coverage is optional. #1

Closed kyo-ago closed 10 years ago

kyo-ago commented 10 years ago

Fixed this error.

$ grunt test
Loading "mocha-chai-sinon.js" tasks...ERROR
>> TypeError: Cannot read property 'options' of undefined
Warning: Task "mocha-chai-sinon" not found. Use --force to continue.

Aborted due to warnings.
$
marcopeg commented 10 years ago

Thank you @kyo-ago for this contribution

jsatk commented 9 years ago

I'm still seeing this error locally.

I ran npm install grunt-mocha-chai-sinon --save-dev to install. Then added the exact config listed in the first example of the README. I'm still getting the error listed above. :( Any help?