vue jest

189 阅读1分钟

运行单元测试报错

FAIL
● 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)

jest.config.js

 "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  }