提交 a3fc4ce5 编写于 作者: I isidor

remove console.log

上级 d050858b
......@@ -88,7 +88,6 @@ suite('Debug - Link Detector', () => {
test('relativeLinkWithWorkspace', () => {
const input = '\./foo/bar.js';
const output = linkDetector.linkify(input, false, new WorkspaceFolder({ uri: URI.file('/path/to/workspace'), name: 'ws', index: 0 }));
console.log(output.outerHTML);
assert.equal('SPAN', output.tagName);
assert.ok(output.outerHTML.indexOf('link') >= 0);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册