You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
Clone the 0.4 branch,
cd into the directory
npm install
bower install
gulp test -> Mocha succeeds, karma hangs.
gulp mocha -> Hangs
-- I was able to get gulp to exit by adding a done(err), to the mocha task to capture the error, which was a mongoose User model not being registered error.
gulp karma -> Hangs, don't know how to get around this one.
Switching back to grunt until we can get this figured out.
The text was updated successfully, but these errors were encountered:
@mikepc Gulp support isn't finalized yet and Grunt should still be used. If you'd like, feel free to help us reach parity with Grunt so we can release Gulp support sooner.
There is a known bug with gulp where it hangs for a bit after tests complete. I encountered this recently with another project. There's a hacky wordaround, but I don't really like it. It should stop hanging after a few seconds (<30), if it doesn't then there's something else funky with it.
Clone the 0.4 branch,
cd into the directory
npm install
bower install
gulp test -> Mocha succeeds, karma hangs.
gulp mocha -> Hangs
-- I was able to get gulp to exit by adding a done(err), to the mocha task to capture the error, which was a mongoose User model not being registered error.
gulp karma -> Hangs, don't know how to get around this one.
Switching back to grunt until we can get this figured out.
The text was updated successfully, but these errors were encountered: