Skip to content

Commit

Permalink
fix: Added downlevel interation option
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcos committed Apr 4, 2023
1 parent 92e91a8 commit 2c5bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ it('execa', async () => {
expect(execaSpy).toHaveBeenCalledTimes(0)
await setTimeout(20)
expect(execaSpy).toHaveBeenCalledTimes(1)
void gateway.runAuto(execaSpy, 'ls')
await gateway.runAuto(execaSpy, 'ls')
expect(execaSpy.mock.calls[0][1].signal.aborted).toBe(true)
})

0 comments on commit 2c5bdf8

Please sign in to comment.