Search code examples
karma-runneroclazyload

Error in karma testing:oc.lazyLoad


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


Solution

  • I've resolved this problem by installing ocLazyLoad another time and add its path to karma.comfig.js files