Skip to content

Commit 88bcfc9

Browse files
committed
Fix linting errors
1 parent adb7538 commit 88bcfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/src/features/hover.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test } from "vitest";
1+
import { afterAll, beforeAll, describe, expect, test } from "vitest";
22
import { HoverRequest, MarkupKind } from "vscode-languageserver";
33
import { TestClient } from "../test-client.js";
44
import hover from "./hover.js";

0 commit comments

Comments
 (0)