cli-testing-library icon indicating copy to clipboard operation
cli-testing-library copied to clipboard

Use fs.rm instead of the deprecated fs.rmdir

Open JakeChampion opened this issue 1 year ago • 0 comments

This resolves the deprecation warning:

(node:42009) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead

JakeChampion avatar Nov 21 '22 14:11 JakeChampion