Skip to content

Commit

Permalink
group missing methods a bit more conceptually
Browse files Browse the repository at this point in the history
  • Loading branch information
natevw committed May 31, 2014
1 parent 512eec8 commit 9d6c169
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ function startTests(imagePath) {
fs = fatfs.createFileSystem(vol);

[
//'rename',
'ftruncate','truncate',
//'rename','unlink','rmdir',
//'chown','fchown','lchown','chmod','fchmod','lchmod',
//'utimes','futimes',
'stat','lstat','fstat',
'link','symlink','readlink','realpath',
//'unlink','rmdir',
'mkdir','readdir',
'close','open','fsync',
//'utimes','futimes',
'ftruncate','truncate',
'write','read','readFile','writeFile',
//'appendFile',
//'watchFile','unwatchFile','watch'
Expand Down

0 comments on commit 9d6c169

Please sign in to comment.