filer icon indicating copy to clipboard operation
filer copied to clipboard

Add a test for fs.rename() when target file/directory doesn't exist

Open itchylol742 opened this issue 7 years ago • 1 comments

There is currently no test for fs.rename() to test when the target file/directory doesn't exist. For example, fs.rename('/fileThatDoesntExist', '/newName', function(error)...

I would like to work on this issue.

itchylol742 avatar Sep 19 '18 20:09 itchylol742

Great, go for it @itchylol742

humphd avatar Sep 19 '18 20:09 humphd