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
Cookie has domain set to the public suffix "localhost" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain:true, rejectPublicSuffixes: false}
On further investigation its because of the url being set inside jsdom launcher when initiating jsdom -
I have no desire anymore to investigate any issues with this package, but if you want to propose a change through a PR you may, but make sure to add a test to illustrate what the problem is.
When runing the test i am getting this issue -
On further investigation its because of the url being set inside jsdom launcher when initiating jsdom -
the url value is coming from karma which is
localhost:9876/debug.html
if i change the value of url it works - Can you please take the url from the configuration and if not provided then use the url from karma.
package version -
"karma-jsdom-launcher": "^13.0.0",
"jsdom": "^20.0.0"
The text was updated successfully, but these errors were encountered: