debt - improve emmet integration tests

- properly close all editors
- disable minimap to prevent spammy output
This commit is contained in:
Benjamin Pasero
2021-03-29 08:31:14 +02:00
parent 7f9835ac43
commit b19f50e016
6 changed files with 4 additions and 5 deletions

View File

@@ -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)', () => {