Skip to content

Commit 24bdd3c

Browse files
chore: generate
1 parent 01f0319 commit 24bdd3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/test/lsp/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe("lsp.spawn", () => {
5757

5858
test("spawns builtin Typescript LSP with correct arguments", async () => {
5959
await using tmp = await tmpdir()
60-
60+
6161
// Create dummy tsserver to satisfy Module.resolve
6262
const tsdk = path.join(tmp.path, "node_modules", "typescript", "lib")
6363
await fs.mkdir(tsdk, { recursive: true })

0 commit comments

Comments
 (0)