generator-browserify icon indicating copy to clipboard operation
generator-browserify copied to clipboard

testing broken

Open systemstart opened this issue 9 years ago • 1 comments

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?

systemstart avatar Oct 23 '14 00:10 systemstart

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.

aeschylus avatar Nov 26 '14 20:11 aeschylus