You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when executing this piece of code : beforeEach(angular.mock.module('/frontend/core/views/navbar.html')); beforeEach(function(){ angular.mock.inject(function(_$rootScope_, _$compile_, _Menu_){ // pass through any asset request $compile = _$compile_;
If I remove the angular.mock.module it works fine.
I think its due to the template not being found or a bad karma configuration, I struggle to debug this...
Currently it just crashes, i.e.: fails with an error about failing to load the
moduleName
.The text was updated successfully, but these errors were encountered: