This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Cannot run test app according to wiki instructions #191
Closed
Description
Hi ! Thank you for reporting an issue, but we would like to remind you, we have a trouble shooting page in our wiki. You may want to take a look on that page or find issues tagged "trouble shooting" :p
- please provide the version of installed library and RN project.
- a sample code snippet/repository is very helpful to spotting the problem.
- issues which have been tagged as 'needs feedback', will be closed after 2 weeks if receive no feedbacks.
I am trying to follow wiki instructions to run the test app: https://github.com/wkh237/react-native-fetch-blob/wiki#run-and-install-test-app
Problem 1: npm test
points at a test.sh
file ... but no test.sh
exists.
Problem 2: The wiki says I should modify test/tests.js
. That file also doesn't exist. Should I create it?
I was using a fresh clone of the master branch.