Skip to content

Commit

Permalink
Fix check error
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jul 31, 2024
1 parent 3b65e72 commit 5788560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('composeStory', () => {
return context.canvas;
},
});
await composedStory.play({ canvasElement: null });
await composedStory.play?.({ canvasElement: null });
expect(spy).toHaveBeenCalledWith(
expect.objectContaining({
args: {
Expand Down

0 comments on commit 5788560

Please sign in to comment.