cozy-labs / cozy-desktop

File Synchronisation for Cozy on Desktop and Laptop
https://cozy-labs.github.io/cozy-desktop/
GNU Affero General Public License v3.0
98 stars 45 forks source link

test/helpers: Replace deprecated recursive rmdir #2255

Closed taratatach closed 1 year ago

taratatach commented 1 year ago

Recursive fs.rmdir calls have been deprecated in favor of recursive calls to fs.rm and the deprecation warning is seen as an error by AppVeyor thus failing the scenarios job.

Replacing these calls should get us a green CI again.

Please make sure the following boxes are checked: