From 15be4ea0d8f75e6f83ef2a31aecf7dcc3f3dccbb Mon Sep 17 00:00:00 2001 From: Brandon Phillips Date: Mon, 8 Apr 2019 08:20:25 -0600 Subject: [PATCH] docs(todo): added small todo about further improvement to disk tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f86448c..edd350d 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ for inline documentation and types. - Properly handled symlinks in directory listings for `MemoryDisk`/`LocalDisk` - Proper errors from bad permissions for `MemoryDisk`/`LocalDisk` - Multiple writes to the same file do truncate + - Listings always include directories first - [ ] Document the `Disk` API. - [ ] Document the `DiskManager` API. - [ ] Support `rimraf` for directories.