Skip to content

Commit

Permalink
fix: bump latest babel-plugin-jest-hoist in order to fix jestjs/jest#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-zy committed May 20, 2018
1 parent ff57c5a commit 7b76cbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "22.4.3",
"babel-plugin-jest-hoist": "^22.4.4",
"babel-plugin-jsx-display-if": "^3.0.0",
"babel-preset-react-native": "4.0.0",
"enzyme": "^3.3.0",
Expand All @@ -39,6 +40,7 @@
},
"jest": {
"preset": "react-native",
"setupTestFrameworkScriptFile": "<rootDir>/config/enzyme.js",
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
Expand Down

0 comments on commit 7b76cbb

Please sign in to comment.