You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a test if the root directory does not exist and it should throw an error.
ex. fs.copyFile('\undefinedRootDirectoryFile', 'destination.txt', (err) => { ... }
Please if I could be assigned to work on this issue.
Thank you!
Yuecheng Wu
The text was updated successfully, but these errors were encountered:
There is currently no test for fs.copyFile().
I would like to create a test if the root directory does not exist and it should throw an error.
ex. fs.copyFile('\undefinedRootDirectoryFile', 'destination.txt', (err) => { ... }
Please if I could be assigned to work on this issue.
Thank you!
Yuecheng Wu
The text was updated successfully, but these errors were encountered: