You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue happens when handlePrevClick is called via a button click. It's working well in browser: I can debug the handlePrevClick and handlePageChange are both called; however, when I run unit tests (testing-library/svelte), even though I can see that handlePrevClick is called, handlePageChange isn't called.
The text was updated successfully, but these errors were encountered:
I have a control button that triggers the following:
I'm also tracking changes this way:
The issue happens when
handlePrevClick
is called via a button click. It's working well in browser: I can debug thehandlePrevClick
andhandlePageChange
are both called; however, when I run unit tests (testing-library/svelte), even though I can see thathandlePrevClick
is called,handlePageChange
isn't called.The text was updated successfully, but these errors were encountered: