diff --git a/src/mcp/lsp.test.ts b/src/mcp/lsp.test.ts index a04c1df09..f237d0b28 100644 --- a/src/mcp/lsp.test.ts +++ b/src/mcp/lsp.test.ts @@ -1,5 +1,5 @@ import { afterEach, describe, expect, it } from "bun:test" -import { existsSync, mkdirSync, mkdtempSync, rmSync, writeFileSync } from "node:fs" +import { mkdirSync, mkdtempSync, rmSync, writeFileSync } from "node:fs" import { tmpdir } from "node:os" import { join } from "node:path" import { pathToFileURL } from "node:url"