-
Notifications
You must be signed in to change notification settings - Fork 147
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
test: refactor @marko/testing-library
tests
#582
Conversation
bea1950
to
c78beb5
Compare
What happened with the previous review? 🤔 |
I think more code got refactored 😁 |
All should be fine now 🙈 |
Exactly. Good work @MichaelDeBoey. |
@PrashantAshok I just wanted to provide context & let you know about this PR, that's all 🤷♂️ |
🎉 This PR is included in version 5.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Follow-up of #572.
All rules that are included in the
marko
config should test that the rule is working for@marko/testing-library
as well.To do so for #572, @PrashantAshok copied over some tests and replaced the import, but didn't include tests for the following rules:
await-async-utils
no-promise-in-fire-event
no-render-in-setup
no-wait-for-snapshot
prefer-find-by
The way I presented in the PR, is to map over an array of the already tested framework +
@marko/testing-library
.This PR is only doing that.
I'll create a separate PR to test against all testing framework that the rules support.