mozilla / testpilot

Test Pilot is a platform for performing controlled tests of new product concepts in Firefox
https://testpilot.firefox.com/
251 stars 123 forks source link

Update jsdom #3858

Open meandavejustice opened 6 years ago

meandavejustice commented 6 years ago

New version gives us following error:

SecurityError: localStorage is not available for opaque origins

more info here: https://github.com/facebook/jest/issues/6766

meandavejustice commented 6 years ago

I was able to get past the localStorage error in a branch today, but now dom.window._core has been removed, I'll need to do some digging to find which property to use instead with the new version.

https://github.com/mozilla/testpilot/blob/master/frontend/test-setup.js#L34