💄 integration tests

This commit is contained in:
Benjamin Pasero
2018-09-24 15:10:13 +02:00
parent 3a3284a8e3
commit 7b8c3383f9
3 changed files with 1 additions and 6 deletions

View File

@@ -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');
});
});