mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
debt - improve emmet integration tests
- properly close all editors - disable minimap to prevent spammy output
This commit is contained in:
@@ -14,7 +14,7 @@ const completionProvider = new DefaultCompletionItemProvider();
|
||||
suite('Tests for completion in CSS embedded in HTML', () => {
|
||||
teardown(() => {
|
||||
// close all editors
|
||||
return closeAllEditors;
|
||||
return closeAllEditors();
|
||||
});
|
||||
|
||||
test('style attribute & attribute value in html', async () => {
|
||||
|
||||
Reference in New Issue
Block a user