Open
Description
To reproduce just generate a new project using vue init webpack my-project
and choose Jest as the test suite. Then run npm run unit
and it will fail with error
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 ()
This appears related to this issue with jsdom jsdom/jsdom#2304
For now there is a workaround by locking jsdom to version 11.11.0
Metadata
Metadata
Assignees
Labels
No labels