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
We don't have many example tests for Jest, we should create a few more of them both for us to run on each release and to show the community how to properly test some of the most complex Quasar components (Dialog, Notify, Select, etc)
The text was updated successfully, but these errors were encountered:
Yes please. Testing dialogs broke in the latest quasar upgrade for example, I'm now struggling to find out what changed / how to mitigate and have the tests work.
e.g.
wrapper.vm.$q.dialog
$q is now undefined
renamed to $ is what it looks like, but it also works differently...
We don't have many example tests for Jest, we should create a few more of them both for us to run on each release and to show the community how to properly test some of the most complex Quasar components (Dialog, Notify, Select, etc)
The text was updated successfully, but these errors were encountered: