Skip to content

Commit 111c3aa

Browse files
committed
Fix tests.
1 parent 7edb454 commit 111c3aa

File tree

5 files changed

+9
-21
lines changed

5 files changed

+9
-21
lines changed

.babelrc renamed to babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
module.exports = {
22
"presets": [
33
"react-native"
44
]

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"test:jest": "jest ./src/*.js"
2929
},
3030
"devDependencies": {
31+
"@babel/core": "^7.0.0-beta.47",
32+
"babel-core": "^7.0.0-bridge.0",
3133
"babel-jest": "^23.4.2",
3234
"babel-preset-react-native": "^5.0.2",
3335
"jest": "^23.5.0",

react-native-fast-image-example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ buck-out/
5656
*.jsbundle
5757

5858
rn-cli.config.js
59+
metro.config.js

react-native-fast-image-example/metro.config.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
dependencies:
99
"@babel/highlight" "7.0.0-beta.47"
1010

11-
11+
"@babel/[email protected]", "@babel/core@^7.0.0-beta.47":
1212
version "7.0.0-beta.47"
1313
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.47.tgz#b9c164fb9a1e1083f067c236a9da1d7a7d759271"
1414
dependencies:
@@ -820,6 +820,10 @@ babel-core@^6.26.0, babel-core@^6.7.2:
820820
slash "^1.0.0"
821821
source-map "^0.5.7"
822822

823+
babel-core@^7.0.0-bridge.0:
824+
version "7.0.0-bridge.0"
825+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
826+
823827
babel-generator@^6.18.0, babel-generator@^6.25.0:
824828
version "6.25.0"
825829
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.25.0.tgz#33a1af70d5f2890aeb465a4a7793c1df6a9ea9fc"

0 commit comments

Comments
 (0)