Closed
Description
I was looking at the test for the generator, in particular the should pass jshint
. All of the test pass when I run grunt test
in the generator folder (generator-angular-fullstack
). However when i cd test/temp && grunt jshint
the task jshint:all
actually fails. I'm kind of confussed being that it looks like test/test-file-creation.js
checks to make sure the jshint:all task passes.
Anyone have any ideas on this one?