fix(tasks): bound per-session background work
This commit is contained in:
@@ -572,6 +572,7 @@ describe('completion notices', () => {
|
||||
const prior = producer({ kind: 'pty-send' })
|
||||
ctx.tasks.start(prior.spec)
|
||||
prior.settle({ status: 'completed' })
|
||||
await tick()
|
||||
}
|
||||
const inject = vi.fn()
|
||||
const owner = fakeAgent(ctx, 'sess-1', inject)
|
||||
|
||||
Reference in New Issue
Block a user