mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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(() => {
|
suiteTeardown(() => {
|
||||||
// Clean up our test files
|
// Clean up our test files
|
||||||
return pfs.rimraf(testRootPath);
|
return pfs.rimraf(testRootPath, pfs.RimRafMode.MOVE);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user