-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/helpers: Replace deprecated recursive rmdir (#2255)
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.
- Loading branch information
1 parent
4d69e5f
commit 8928511
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters