-
-
Notifications
You must be signed in to change notification settings - Fork 707
perf(linter): refactor jest/no-conditional-in-test to use diverging match
#14692
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
perf(linter): refactor jest/no-conditional-in-test to use diverging match
#14692
Conversation
CodSpeed Performance ReportMerging #14692 will not alter performanceComparing Summary
Footnotes
|
Merge activity
|
… match (#14692) Use diverging `match node.kind()` instead of `if !matches!(node.kind(), ...)`
612e8fd to
b666c26
Compare
9e7eb85 to
c8d775c
Compare

Use diverging
match node.kind()instead ofif !matches!(node.kind(), ...)