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
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
I had tried to mock real fs package with memory-fs to boost performance of multiple packages and stumbled upon the problem (missing rename). I don't know is it a problem for other users, but i thought that memory-fs will try to repeat fs API.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
fs api: https://nodejs.org/api/fs.html#fs_fs_rename_oldpath_newpath_callback
The text was updated successfully, but these errors were encountered: