Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running the [with-jest](https://github.com/zeit/next.js/tree/canary/examples/with-jest) example results in the following error: ```log FAIL __tests__/index.test.js ● Test suite failed to run SecurityError: localStorage is not available for opaque origins at Window.get localStorage [as localStorage] (node_modules/jsdom/lib/jsdom/browser/Window.js:257:15) at Array.forEach (<anonymous>) Test Suites: 1 failed, 1 total Tests: 0 total Snapshots: 0 total Time: 0.943s Ran all test suites. error Command failed with exit code 1. ``` Upgrading the dependencies (jest) to the latest version helps! [More info](jsdom/jsdom#2304) Related #4776
- Loading branch information