Skip to content

Commit

Permalink
Exited
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded Goldglas committed Feb 26, 2024
1 parent 9c8edfb commit f81fa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fixtures/fake-command.ts
Expand Up @@ -40,7 +40,7 @@ export const createFakeCloseEvent = (overrides?: Partial<CloseEvent>): CloseEven
index: 0,
killed: false,
exitCode: 0,
state: 'started',
state: 'exited',
timings: {
startDate: new Date(),
endDate: new Date(),
Expand Down

0 comments on commit f81fa00

Please sign in to comment.