kmiyashiro / grunt-mocha

[MOVED] Grunt task for running mocha specs in a headless browser (PhantomJS)
MIT License
370 stars 106 forks source link

`mochaInstance.reporters.HTML ... 'undefined' is not an object` #126

Closed leegee closed 8 years ago

leegee commented 10 years ago

I know it's something I've done wrong, but I can't work it out — does this look familiar?

Warning: TypeError: 'undefined' is not an object (evaluating 'mochaInstance.reporters.HTML')
    at undefined (/Users/lgoddard2/src/require-html5-boilerplate-jquery-mocha/node_modules/grunt-mocha/phantomjs/bridge.js:69)
    at undefined (/Users/lgoddard2/src/require-html5-boilerplate-jquery-mocha/node_modules/grunt-mocha/phantomjs/bridge.js:100) Use --force to continue.
kmiyashiro commented 10 years ago

Can't say without getting more info. Looks like mocha is not loaded.

kmiyashiro commented 10 years ago

Make sure you are still loading mocha.js in your html file.

leegee commented 10 years ago

Thanks for your reply. I'll double check.