mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
💄 integration tests
This commit is contained in:
@@ -147,7 +147,6 @@ suite('languages namespace tests', () => {
|
||||
}).then((result: vscode.CompletionList | undefined) => {
|
||||
r1.dispose();
|
||||
assert.ok(ran);
|
||||
console.log(result!.items);
|
||||
assert.equal(result!.items[0].label, 'foo');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user