Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 1bb3875

Browse files
committed
#27 test case wip commit
1 parent 6334caa commit 1bb3875

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/test-0.6.0.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const dirs = RNFetchBlob.fs.dirs
2525

2626
let prefix = ((Platform.OS === 'android') ? 'file://' : '')
2727

28-
describe('writeFile test', (report, done) => {
28+
describe('writeFile and readFile test', (report, done) => {
2929
let path = dirs.DocumentDir + '/0.6.0-'+Date.now()+'/writeFileTest'+Date.now()
3030
let data = 'hellofrom'+Date.now()
3131
fs.writeFile(path, data)
@@ -53,6 +53,11 @@ describe('writeFile test', (report, done) => {
5353
})
5454
})
5555

56+
describe('append file test', (report, done) => {
57+
58+
// TODO
59+
})
60+
5661
function getASCIIArray(str) {
5762
let r = []
5863
for(let i=0;i<str.length;i++) {

0 commit comments

Comments
 (0)