Skip to content

Commit

Permalink
Upgrade jest
Browse files Browse the repository at this point in the history
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
  • Loading branch information
abetomo committed Aug 13, 2018
1 parent 4ffcccb commit a4002d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"babel-jest": "^21.0.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"jest": "^22.0.4",
"jest": "^23.5.0",
"jest-serializer-vue": "^0.3.0",
"vue-jest": "^1.0.2",
{{/if_eq}}
Expand Down

0 comments on commit a4002d9

Please sign in to comment.