filer
filer copied to clipboard
Add a test for fs.rename() when target file/directory doesn't exist
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.
Great, go for it @itchylol742