test(cli): synchronize ACP EOF assertion
This commit is contained in:
parent
7f82a388de
commit
e5f380cb97
2 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,9 @@ import { createAcpFixture, expectOk, initialize, newSession, selectConfigOption
|
|||
describe("acp lifecycle subprocess", () => {
|
||||
test("stdin EOF exits cleanly", async () => {
|
||||
await using fixture = await createAcpFixture()
|
||||
expect(await fixture.spawn().close()).toBe(0)
|
||||
const acp = fixture.spawn()
|
||||
await initialize(acp)
|
||||
expect(await acp.close()).toBe(0)
|
||||
}, 60_000)
|
||||
|
||||
test("close capability and close request", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue