Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more example tests for Jest #240

Open
IlCallo opened this issue Jun 1, 2022 · 3 comments
Open

Add more example tests for Jest #240

IlCallo opened this issue Jun 1, 2022 · 3 comments
Labels
dogfood enhancement New feature or request
Projects

Comments

@IlCallo
Copy link
Member

IlCallo commented Jun 1, 2022

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)

@IlCallo IlCallo added enhancement New feature or request dogfood labels Jun 1, 2022
@IlCallo IlCallo added this to Needs triage in Jest via automation Jun 1, 2022
@IlCallo IlCallo moved this from Needs triage to High priority in Jest Jun 1, 2022
@AlphaJuliettOmega
Copy link

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...

@IlCallo
Copy link
Member Author

IlCallo commented Dec 9, 2022

Can you open a new issue and provide a repro?

@AlphaJuliettOmega
Copy link

@IlCallo I have tried to do so here:
#314

Thank you for your time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dogfood enhancement New feature or request
Projects
Jest
High priority
Development

No branches or pull requests

2 participants