mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 03:40:48 -06:00
This fixes `SecurityError: localStorage is not available for opaque origins` in mocha tests caused by jsdom (jsdom/jsdom#2304).
2 lines
89 B
JavaScript
2 lines
89 B
JavaScript
require('jsdom-global')(undefined, { pretendToBeVisual: true, url: 'http://localhost' })
|