Unskip test

This commit is contained in:
Matt Bierner
2021-11-11 09:20:58 -08:00
parent bf523f8b21
commit 40fbc4e89e

View File

@@ -21,7 +21,7 @@ async function getLinksForFile(file: vscode.Uri): Promise<vscode.DocumentLink[]>
return r;
}
suite.skip('Markdown Document links', () => {
suite('Markdown Document links', () => {
setup(async () => {
// the tests make the assumption that link providers are already registered