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
I have the following $stateProvider configuration, in which I use an abstract state main.profile resolving a resource that its child states (e.g. main.profile.view) inherit and use. I've noticed that, when running Jasmine unit tests on Karma, due to the fact the url: '' on main.profile.view state, I see a series of 404 warnings, as copied below:
I have the following $stateProvider configuration, in which I use an abstract state
main.profile
resolving a resource that its child states (e.g.main.profile.view
) inherit and use. I've noticed that, when running Jasmine unit tests on Karma, due to the fact theurl: ''
onmain.profile.view
state, I see a series of 404 warnings, as copied below:404 warnings:
The last three 404 warnings are due to an 404 interceptor configured on
$httpProvider
.Did anybody have a similar problem and managed to solve?
The text was updated successfully, but these errors were encountered: