nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

npm error ELIFECYCLE #131

Closed ankitraturi closed 10 years ago

ankitraturi commented 10 years ago

Hi, When i run test in windows command prompt, test run ok but I got ELIFECYCLE error. Please check http://stackoverflow.com/questions/23286017/npm-error-elifecycle-while-running-the-test

nathanboktae commented 10 years ago

I answered your stack overflow question. The short summary is that your tests aren't passing - run mocha-phantomjs ./test/FlickrTest.html directly to see what's going on.