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
Adding this configuration option is a workaround for a jsdom/jest issue
(see #358) and can be dropped as soon the default configuration value in
jest is changed.
Relates to #358
A recent upgrade of JSDom (v. 11.12) includes support for window.localStorage and other features. This in turn causes all Jest tests to fail with:
SecurityError: localStorage is not available for opaque origins
For reference, see jestjs/jest#6766
The text was updated successfully, but these errors were encountered: