mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
Cleanup typings from vs code merge (#14267)
This commit is contained in:
@@ -585,7 +585,7 @@ describe('BooksTreeViewTests', function () {
|
||||
}
|
||||
});
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
describe('BookTreeViewProvider.getSections', function () {
|
||||
@@ -659,10 +659,12 @@ describe('BooksTreeViewTests', function () {
|
||||
});
|
||||
|
||||
after(async function (): Promise<void> {
|
||||
if (await exists(rootFolderPath)) await promisify(rimraf)(rootFolderPath);
|
||||
if (await exists(rootFolderPath)) {
|
||||
await promisify(rimraf)(rootFolderPath);
|
||||
}
|
||||
});
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
describe('BookTreeViewProvider.Commands', function () {
|
||||
|
||||
Reference in New Issue
Block a user