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
expect(error.detail.message).toBe('Error "angular-ui-router-css": Package "betsol-load-stylesheet" must be loaded before you can use "angular-ui-router-css"');
343
+
addState('test','foo.css');
345
344
346
-
// restore the "betsol-load-stylesheet" method
347
-
window.loadStylesheet=loadStylesheet;
345
+
expect(function(){
346
+
stateGo('test');
347
+
}).toThrow(newError('Error "angular-ui-router-css": Package "betsol-load-stylesheet" must be loaded before you can use "angular-ui-router-css"'));
0 commit comments