mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
debt - improve emmet integration tests
- properly close all editors - disable minimap to prevent spammy output
This commit is contained in:
@@ -46,7 +46,7 @@ suite('Tests for Expand Abbreviations (HTML)', () => {
|
||||
const oldValueForInlcudeLanguages = workspace.getConfiguration('emmet').inspect('includeLanguages');
|
||||
teardown(() => {
|
||||
// close all editors
|
||||
return closeAllEditors;
|
||||
return closeAllEditors();
|
||||
});
|
||||
|
||||
test('Expand snippets (HTML)', () => {
|
||||
|
||||
Reference in New Issue
Block a user