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
As you can see, I have ../neco/ for paths for my test files. If I open the Karma debug page (debug.html) and check CDT for loaded scripts, the test files have absolute URL:
I have karma.conf.js which contains files defined like:
As you can see, I have
../neco/
for paths for my test files. If I open the Karma debug page (debug.html) and check CDT for loaded scripts, the test files have absolute URL:while the source files have relative URL
Shouldn't the absolute url be like
BTW Is there some command line parameter to force Karma to use always absolute paths?
The text was updated successfully, but these errors were encountered: