mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 00:51:34 +00:00
Remove covered workspace websocket todo (#25161)
This commit is contained in:
parent
fbcbd24063
commit
feb275d08b
1 changed files with 1 additions and 3 deletions
|
|
@ -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 { mkdir } from "node:fs/promises"
|
||||
import path from "node:path"
|
||||
|
|
@ -133,8 +133,6 @@ afterEach(async () => {
|
|||
})
|
||||
|
||||
describe("workspace HttpApi", () => {
|
||||
test.todo("proxies remote workspace websocket through real Effect listener", () => {})
|
||||
|
||||
it.live("serves read endpoints", () =>
|
||||
Effect.gen(function* () {
|
||||
const dir = yield* tmpdirScoped({ git: true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue