jdcataldo / grunt-mocha-phantomjs

A simple grunt wrapper for mocha-phantomjs to allow for ci integration
MIT License
70 stars 40 forks source link

Latest update broke tests #38

Closed bhamodi closed 9 years ago

bhamodi commented 9 years ago

Hey @jdcataldo - the latest update isn't working for me anymore.

I see this in my console when I run my tests now:

>> Can't open 'node_modules/grunt-mocha-phantomjs/node_modules/mocha-phantomjs/lib/mocha-phantomjs.coffee'
>> Exited with code: 255.
jdcataldo commented 9 years ago

This is with version 1.0.0? It shouldn't be looking for mocha-phantomjs.coffee.

bhamodi commented 9 years ago

Yes this is with v1.0.0, I deleted my node_modules directory and did a clean npm install to ensure I got the updated version.

bhamodi commented 9 years ago

Actually, hold on, I think the issue is from a bad configuration on my end. Let me verify and get back to you.

bhamodi commented 9 years ago

Yup, just misconfiguration. Closing this issue.