Browse Source

Change dev test script

Ben Hsieh 8 years ago
parent
commit
01810fa892
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      scripts/test.sh

+ 4
- 0
scripts/test.sh View File

@@ -39,7 +39,11 @@ node -e "var fs=require('fs'); var pkg = JSON.parse(fs.readFileSync('./RNFetchBl
39 39
 cd "${TEST_APP_PATH}"
40 40
 # npm install --save "${CWD}/src"
41 41
 npm install --save react-native-fetch-blob
42
+# libs that requires web API polyfills
42 43
 npm install --save firebase
44
+# libs that requires Node polyfills
45
+npm install --save oboe
46
+npm install --save nedb
43 47
 rnpm link
44 48
 
45 49
 # copy android assets