chore: generate
This commit is contained in:
@@ -66,7 +66,9 @@ const waitForEvents = (events: Queue.Queue<PtyEvent>, id: PtyID, count: number)
|
|||||||
}
|
}
|
||||||
|
|
||||||
describe("pty", () => {
|
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* () {
|
Effect.gen(function* () {
|
||||||
const events = yield* subscribePtyEvents()
|
const events = yield* subscribePtyEvents()
|
||||||
const info = yield* createPty({
|
const info = yield* createPty({
|
||||||
@@ -80,7 +82,9 @@ describe("pty", () => {
|
|||||||
{ git: true },
|
{ 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* () {
|
Effect.gen(function* () {
|
||||||
const pty = yield* Pty.Service
|
const pty = yield* Pty.Service
|
||||||
const events = yield* subscribePtyEvents()
|
const events = yield* subscribePtyEvents()
|
||||||
|
|||||||
Reference in New Issue
Block a user