Skip to content

Commit

Permalink
fix type once more
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Dec 23, 2024
1 parent da600f0 commit 30a2a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-jest/src/matchers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const toSendNotification: MatcherFunction<
expectedMessage: string,
expectedType: EnumToUnion<NotificationType>,
expectedTitle?: string | undefined,
expectedContent?: JSXElement,
expectedContent?: JSXElement | undefined,
expectedFooterLink?: { text: string; href: string } | undefined,
]
> = function (
Expand Down

0 comments on commit 30a2a51

Please sign in to comment.