Skip to content

Commit

Permalink
update msmState factory
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Jun 12, 2024
1 parent d003e62 commit d1d3823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testing/factories/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ export const msmStatus = define<MsmStatus>({
export const msmState = define<MsmState>({
status: msmStatus(),
loading: false,
loaded: false,
errors: null,
});

Expand Down

0 comments on commit d1d3823

Please sign in to comment.