filer icon indicating copy to clipboard operation
filer copied to clipboard

fix issue#392-- add test for promises.rename() to rename existing file

Open Michael-Overall opened this issue 6 years ago • 0 comments

Adds test for promises.rename() to tests/spec/fs.rename,spec.js to check renaming an existing file.

Closely mimics logic for an existing test that checks if the the Async rename() function renames an existing file (so no fs.promises functions are used for open(), close(), or stat() ).

Closes #392

/cc @humphd

Michael-Overall avatar Sep 20 '18 16:09 Michael-Overall