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 noticed when running the CLI --> When format is json test, that a dep warning in future versions of Node fs.rmdir will be removed and recommended using fs.rm instead.
I see in the fixtures file we use rmdirSync method, its quite a small thing really, but to remove the dep info using the rmSync method instead might be worth considering.
The text was updated successfully, but these errors were encountered:
I noticed when running the CLI --> When format is json test, that a dep warning in future versions of Node fs.rmdir will be removed and recommended using fs.rm instead.
I see in the fixtures file we use
rmdirSync
method, its quite a small thing really, but to remove the dep info using the rmSync method instead might be worth considering.The text was updated successfully, but these errors were encountered: