提交 398be372 编写于 作者: D Daniel Imms

Remove .only

上级 842a86d6
......@@ -311,7 +311,7 @@ suite('Workbench - TerminalLinkHandler', () => {
assert.equal(linkHandler.gitDiffLinkPostImageRegex.test('+++ /dev/null '), false);
});
suite.only('wrapLinkHandler', () => {
suite('wrapLinkHandler', () => {
const nullMouseEvent: any = Object.freeze({ preventDefault: () => { } });
test('should allow intercepting of links with onBeforeHandleLink', async () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册