提交 495effc1 编写于 作者: P Pine Wu

Fix failing tests

上级 be285784
......@@ -451,11 +451,11 @@ suite('ExtHostTypes', function () {
command: { command: 'id', title: 'title' }
});
assertToJSON(new types.CompletionItem('complete'), { label: 'complete' });
assertToJSON(new types.CompletionItem('complete'), { label: 'complete', label2: { name: 'complete' } });
let item = new types.CompletionItem('complete');
item.kind = types.CompletionItemKind.Interface;
assertToJSON(item, { label: 'complete', kind: 'Interface' });
assertToJSON(item, { label: 'complete', label2: { name: 'complete' }, kind: 'Interface' });
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册