Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 01810fa

Browse files
committed
Change dev test script
1 parent 2934383 commit 01810fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ node -e "var fs=require('fs'); var pkg = JSON.parse(fs.readFileSync('./RNFetchBl
3939
cd "${TEST_APP_PATH}"
4040
# npm install --save "${CWD}/src"
4141
npm install --save react-native-fetch-blob
42+
# libs that requires web API polyfills
4243
npm install --save firebase
44+
# libs that requires Node polyfills
45+
npm install --save oboe
46+
npm install --save nedb
4347
rnpm link
4448

4549
# copy android assets

0 commit comments

Comments
 (0)