chore: generate

pull/15603/head^2
opencode-agent[bot] 2026-04-06 13:51:36 +00:00
parent 01f0319192
commit 24bdd3c9fb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ describe("lsp.spawn", () => {
test("spawns builtin Typescript LSP with correct arguments", async () => { test("spawns builtin Typescript LSP with correct arguments", async () => {
await using tmp = await tmpdir() await using tmp = await tmpdir()
// Create dummy tsserver to satisfy Module.resolve // Create dummy tsserver to satisfy Module.resolve
const tsdk = path.join(tmp.path, "node_modules", "typescript", "lib") const tsdk = path.join(tmp.path, "node_modules", "typescript", "lib")
await fs.mkdir(tsdk, { recursive: true }) await fs.mkdir(tsdk, { recursive: true })