Update FSTest.js

Cannot use external in tests; iOS lacks analogous directory.
This commit is contained in:
Martin Chase 2016-04-11 10:17:12 -07:00
parent a063f23ed9
commit c3f8a1e1fa

View File

@ -63,7 +63,7 @@ function testWriteAndReadFile() {
function testCreateAndDeleteFile() {
var path = RNFS.ExternalDirectoryPath + '/test.txt';
var path = RNFS.DocumentDirectoryPath + '/test.txt';
var text = 'Lorem ipsum dolor sit amet';
var readText;