mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-02-28 23:10:29 +00:00
Update FSTest.js
Cannot use external in tests; iOS lacks analogous directory.
This commit is contained in:
parent
a063f23ed9
commit
c3f8a1e1fa
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user