Trying to clean up md link structure by moving defintion up a level

This commit is contained in:
Matt Bierner
2022-03-31 14:59:14 -07:00
parent 0e65adbda8
commit 57dffde3d4
4 changed files with 80 additions and 57 deletions

View File

@@ -59,7 +59,7 @@ function assertEditsEqual(actualEdit: vscode.WorkspaceEdit, ...expectedEdits: {
}
}
suite.only('markdown: rename', () => {
suite('markdown: rename', () => {
setup(async () => {
// the tests make the assumption that link providers are already registered