Browse Source

Change test script for copying android assets

Ben Hsieh 8 years ago
parent
commit
35d93bfd56
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      test.sh

+ 3
- 0
test.sh View File

@@ -40,6 +40,9 @@ cd "${TEST_APP_PATH}"
40 40
 npm install --save "${CWD}/src"
41 41
 rnpm link
42 42
 
43
+# copy android assets
44
+cp ./test/assets/ ./RNFetchBlobTest/android/app/src/main/
45
+
43 46
 # start RN
44 47
 cd "${TEST_APP_PATH}"
45 48
 if [ "$#" == 4 ]; then