Skip to content

Commit

Permalink
refactor: Update test case to include missing text1Style and text2Sty…
Browse files Browse the repository at this point in the history
…le in the options
  • Loading branch information
EmreKarslan committed Dec 11, 2023
1 parent 72429ed commit 79850c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__tests__/useToast.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ describe('test useToast hook', () => {
const options: ToastOptions = {
type: 'info',
position: 'bottom',
text1Style: null,
text2Style: null,
autoHide: false,
visibilityTime: 20,
topOffset: 120,
Expand Down

0 comments on commit 79850c7

Please sign in to comment.