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 https://github.com/facebook/jest/issues/6766
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 originsFor reference, see jestjs/jest#6766