Parcourir la source

Remove covered workspace websocket todo (#25161)

Kit Langton il y a 4 mois
Parent
commit
feb275d08b
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      packages/opencode/test/server/httpapi-workspace.test.ts

+ 1 - 3
packages/opencode/test/server/httpapi-workspace.test.ts

@@ -1,4 +1,4 @@
-import { afterEach, describe, expect, mock, test } from "bun:test"
+import { afterEach, describe, expect, mock } from "bun:test"
 import { NodeServices } from "@effect/platform-node"
 import { NodeServices } from "@effect/platform-node"
 import { mkdir } from "node:fs/promises"
 import { mkdir } from "node:fs/promises"
 import path from "node:path"
 import path from "node:path"
@@ -133,8 +133,6 @@ afterEach(async () => {
 })
 })
 
 
 describe("workspace HttpApi", () => {
 describe("workspace HttpApi", () => {
-  test.todo("proxies remote workspace websocket through real Effect listener", () => {})
-
   it.live("serves read endpoints", () =>
   it.live("serves read endpoints", () =>
     Effect.gen(function* () {
     Effect.gen(function* () {
       const dir = yield* tmpdirScoped({ git: true })
       const dir = yield* tmpdirScoped({ git: true })