We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb7538 commit 88bcfc9Copy full SHA for 88bcfc9
language-server/src/features/hover.test.ts
@@ -1,4 +1,4 @@
1
-import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test } from "vitest";
+import { afterAll, beforeAll, describe, expect, test } from "vitest";
2
import { HoverRequest, MarkupKind } from "vscode-languageserver";
3
import { TestClient } from "../test-client.js";
4
import hover from "./hover.js";
0 commit comments