mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Change pfs.rimraf call in insightsutils test (#4921)
This commit is contained in:
@@ -173,6 +173,6 @@ suite('Insights Utils tests', function () {
|
||||
|
||||
suiteTeardown(() => {
|
||||
// Clean up our test files
|
||||
return pfs.rimraf(testRootPath);
|
||||
return pfs.rimraf(testRootPath, pfs.RimRafMode.MOVE);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user