opencode-agent[bot] 1 неделя назад
Родитель
Сommit
24bdd3c9fb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/opencode/test/lsp/index.test.ts

+ 1 - 1
packages/opencode/test/lsp/index.test.ts

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