Skip to content

Commit

Permalink
test: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Mar 10, 2025
1 parent 6d70bc8 commit 693b90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vscode/src/test/e2e/simple-docs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 693b90c

Please sign in to comment.