-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error in karma testing #122
Comments
This is fix in the current master file (see #111), but there is no release for it yet. |
Yes, just pass the first test :) |
I have the same problem in karma test execution. When executing tests, I test more than one application at the same time (because the continuous integration process must analize them together). |
Hmm yes that might be a problem. Is it possible to have a small test case somewhere? |
Anyway the new version I'm working on should throw a warning and not an error because I can't take all the use cases into account :) |
Sorry, but is complicated to write a small test. |
It should be fixed in 0.6.0! |
great, thanks. will check |
I am getting this error in Karma while testing
Error: [$injector:modulerr] Failed to instantiate module *** due to:
Error: [$injector:modulerr] Failed to instantiate module oc.lazyLoad due to:
No module found during bootstrap, unable to init ocLazyLoad
This is my angular init:
angular.module('***', [
'oc.lazyLoad',
'ui.router',
'ngResource',
'pascalprecht.translate',
'ngAnimate',
'ui.bootstrap',
'tmh.dynamicLocale'
])
.run(function($rootScope, $state, $stateParams, $window) {
The text was updated successfully, but these errors were encountered: