-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grunt karma-browserify #168
Comments
Have you installed |
Yes already done and this is the "karma start" result 21 10 2015 11:28:46.732:INFO [framework.browserify]: bundle built |
so this is all working now? |
still not working, the problem is with Grunt because when I run Karma start or Mocha all works good |
When I run grunt I have this error:
Running "simplemocha:all" (simplemocha) task
1..8
ok 1 Classe: maFonction Tester maFonction
ok 2 Classe: maFonction Tester Division par 0
ok 3 Classe: maFonction Tester should
ok 4 Classe: maFonction future test # SKIP -
ok 5 Classe: wait should exist
ok 6 Classe: wait Test asynchrone
ok 7 Demo test: Fair un 1er test
ok 8 Demo test: Fair un 2eme test
tests 7
pass 7
fail 0
Running "karma:unit" (karma) task
21 10 2015 11:17:07.237:WARN [plugin]: Error during loading "karma-browserify" plugin:
Cannot find module './lib/_stream_transform.js'
21 10 2015 11:17:10.231:WARN [preprocess]: Can not load "browserify", it is not registered!
Perhaps you are missing some plugin?
Warning: No provider for "framework:browserify"! (Resolving: framework:browserify) Use --force to continue.
this is my Gruntfile.js :
Thank you
The text was updated successfully, but these errors were encountered: