Skip to content

Commit a4002d9

Browse files
committed
Upgrade jest
The following errors were fixed. ``` ● 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>) ``` * https://github.com/facebook/jest/blob/master/CHANGELOG.md#2350 * jestjs/jest#6792
1 parent 4ffcccb commit a4002d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"babel-jest": "^21.0.2",
5353
"babel-plugin-dynamic-import-node": "^1.2.0",
5454
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
55-
"jest": "^22.0.4",
55+
"jest": "^23.5.0",
5656
"jest-serializer-vue": "^0.3.0",
5757
"vue-jest": "^1.0.2",
5858
{{/if_eq}}

0 commit comments

Comments
 (0)