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
The following three functions were added in Node.js v16.7.0 and are very useful because they enable you to copy directories recursively. AFAICT, mock-fs does not currently support them:
The following three functions were added in Node.js v16.7.0 and are very useful because they enable you to copy directories recursively. AFAICT, mock-fs does not currently support them:
fs.cp()
fs.cpSync()
fsPromises.cp()
The text was updated successfully, but these errors were encountered: