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