Skip to content

Commit

Permalink
fix test runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
sodik82 committed Feb 24, 2019
1 parent b8af55a commit f4fc35a
Show file tree
Hide file tree
Showing 3 changed files with 1,672 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["react-native"]
"presets": ["module:metro-react-native-babel-preset"]
}
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.1",
"babel-jest": "^24.1.0",
"babel-polyfill": "^6.23.0",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.0",
"jasmine-reporters": "^2.1.1",
"jest-cli": "^20.0.1",
"jest-cli": "^24.1.0",
"metro-react-native-babel-preset": "^0.51.1",
"mocha": "^3.3.0",
"prop-types": "^15.5.10",
Expand All @@ -72,5 +73,6 @@
"rollup-plugin-replace": "^2.1.0",
"sinon": "^2.2.0"
},
"dependencies": {}
"dependencies": {
}
}
Loading

0 comments on commit f4fc35a

Please sign in to comment.