joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.84k stars 784 forks source link

Test Instructions Outdated? #625

Open reidab opened 4 years ago

reidab commented 4 years ago

I'd like to put together a PR to improve error reporting, but the instructions at https://github.com/joltup/rn-fetch-blob-dev don't seem to match with the contents of the repo.

There's reference to updating constants in src/test/tests.js, but the src submodule points to a commit from 2017, and even in that commit src/test didn't exist.

Is there an updated way to run tests?