Skip to content

Commit 40fbc4e

Browse files
committed
Unskip test
1 parent bf523f8 commit 40fbc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/markdown-language-features/src/test/documentLink.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function getLinksForFile(file: vscode.Uri): Promise<vscode.DocumentLink[]>
2121
return r;
2222
}
2323

24-
suite.skip('Markdown Document links', () => {
24+
suite('Markdown Document links', () => {
2525

2626
setup(async () => {
2727
// the tests make the assumption that link providers are already registered

0 commit comments

Comments
 (0)