问题
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('*** ', [
'ui.router',
'ui.bootstrap',
'oc.lazyLoad',
'ngResource',
'pascalprecht.translate',
])
Can you help me to resolve this please
回答1:
I've resolved this problem by installing ocLazyLoad another time and add its path to karma.comfig.js files
来源:https://stackoverflow.com/questions/31939956/error-in-karma-testingoc-lazyload