From 693b90ccf86da0ba8c192a7cfbdfac6b559b500e Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Mon, 10 Mar 2025 12:19:07 +0800 Subject: [PATCH] test: update title --- editors/vscode/src/test/e2e/simple-docs.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vscode/src/test/e2e/simple-docs.test.ts b/editors/vscode/src/test/e2e/simple-docs.test.ts index 7525a5a60..767386f04 100644 --- a/editors/vscode/src/test/e2e/simple-docs.test.ts +++ b/editors/vscode/src/test/e2e/simple-docs.test.ts @@ -67,7 +67,7 @@ export async function getTests(ctx: Context) { await vscode.commands.executeCommand("workbench.action.closeActiveEditor"); }); - suite.addTest("diagnostics works well", async () => { + suite.addTest("tinymist.showSummary works well", async () => { await ctx.openDocument(vscode.Uri.joinPath(workspaceUri, "preview-skyzh-cv.typ")); await vscode.commands.executeCommand("tinymist.showSummary");