We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f0319 commit 24bdd3cCopy full SHA for 24bdd3c
1 file changed
packages/opencode/test/lsp/index.test.ts
@@ -57,7 +57,7 @@ describe("lsp.spawn", () => {
57
58
test("spawns builtin Typescript LSP with correct arguments", async () => {
59
await using tmp = await tmpdir()
60
-
+
61
// Create dummy tsserver to satisfy Module.resolve
62
const tsdk = path.join(tmp.path, "node_modules", "typescript", "lib")
63
await fs.mkdir(tsdk, { recursive: true })
0 commit comments