Skip to content

Commit 0604827

Browse files
authored
fix: tests (#677)
1 parent c50fe92 commit 0604827

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ export default function Home({ searchParams }: any) {
321321
</button>
322322
<button data-testid="toast-global" className="button" onClick={() => toast('Global Toaster Toast')}>
323323
Render Toast in Global Toaster
324+
</button>
325+
<button
324326
data-testid="testid-toast-button"
325327
className="button"
326328
onClick={() => toast('Toast with test ID', { testId: 'my-test-toast' })}

0 commit comments

Comments
 (0)