moving
This commit is contained in:
@@ -102,7 +102,12 @@ describe('PluginManager', () => {
|
||||
|
||||
afterEach(() => {
|
||||
for (const dir of tempDirs) {
|
||||
fs.rmSync(dir, { recursive: true, force: true });
|
||||
fs.rmSync(dir, {
|
||||
recursive: true,
|
||||
force: true,
|
||||
maxRetries: 10,
|
||||
retryDelay: 100,
|
||||
});
|
||||
}
|
||||
tempDirs.length = 0;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user