Skip to content

Commit 398be37

Browse files
committed
Remove .only
1 parent 842a86d commit 398be37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/terminal/test/browser/terminalLinkHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ suite('Workbench - TerminalLinkHandler', () => {
311311
assert.equal(linkHandler.gitDiffLinkPostImageRegex.test('+++ /dev/null '), false);
312312
});
313313

314-
suite.only('wrapLinkHandler', () => {
314+
suite('wrapLinkHandler', () => {
315315
const nullMouseEvent: any = Object.freeze({ preventDefault: () => { } });
316316

317317
test('should allow intercepting of links with onBeforeHandleLink', async () => {

0 commit comments

Comments
 (0)