vincentmac / generator-browserify

A generator for Yeoman with Browserify
MIT License
51 stars 7 forks source link

testing broken #13

Open systemstart opened 9 years ago

systemstart commented 9 years ago

hi.

running this generator brings mocha, but doesn't create test/spec paths configured in Gruntfile.

creating test/spec, putting a mocha test script inside and run "grunt test" will give this error: Warning: PhantomJS timed out, possibly due to a missing Mocha run() call. Use --force to continue.

taking a glimpse into yeoman/generator-webapp shows some bower stuff and an index.html under test/

did i miss something?

aeschylus commented 9 years ago

Same problem. I should also note that the compass integration does not work unless some various ruby things are present (obvious, but not accounted for by the generator in any way). I also got an error related to "newer:jshint" not working. Removing the "newer:" prefix in the grunt task registration allowed it to get past this step, since there was indeed a definition for the jshint task.