chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-13 02:16:48 +00:00
parent c96a77c60b
commit b43147440c
@@ -66,7 +66,9 @@ const waitForEvents = (events: Queue.Queue<PtyEvent>, id: PtyID, count: number)
}
describe("pty", () => {
ptyTest("publishes created, exited, deleted in order for a short-lived process", () =>
ptyTest(
"publishes created, exited, deleted in order for a short-lived process",
() =>
Effect.gen(function* () {
const events = yield* subscribePtyEvents()
const info = yield* createPty({
@@ -80,7 +82,9 @@ describe("pty", () => {
{ git: true },
)
ptyTest("publishes created, exited, deleted in order for /bin/sh + remove", () =>
ptyTest(
"publishes created, exited, deleted in order for /bin/sh + remove",
() =>
Effect.gen(function* () {
const pty = yield* Pty.Service
const events = yield* subscribePtyEvents()