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
I've not yet succeeded in getting any of it to work, but, based on my experiments:
Need to import 'fireEvent' from '@testing-library/svelte'
Need to import 'waitForElement' from '@testing-library/svelte'
Need to install @testing-library/jest-dom in order to get 'toBeInTheDocument' matcher - this is in the docs, but it shouldn't be required for the basic example.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I've not yet succeeded in getting any of it to work, but, based on my experiments:
@testing-library/jest-dom
in order to get 'toBeInTheDocument' matcher - this is in the docs, but it shouldn't be required for the basic example.The text was updated successfully, but these errors were encountered: