Skip to content

Commit

Permalink
Fix story type
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 24, 2024
1 parent f6e7b7c commit 3247e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const baseState: TestProviderState<Details, Config> = {
cancellable: true,
cancelling: false,
crashed: false,
error: null,
error: undefined,
failed: false,
running: false,
watching: false,
Expand Down

0 comments on commit 3247e70

Please sign in to comment.