feat(linter): eslint-plugin-vitest/require-local-test-context-for-concurrent-snapshots#4796
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
CodSpeed Performance ReportMerging #4796 will not alter performanceComparing Summary
|
…current-snapshots
| ); | ||
|
|
||
| impl Rule for RequireLocalTestContextForConcurrentSnapshots { | ||
| fn run_once(&self, ctx: &LintContext) { |
There was a problem hiding this comment.
Looks like we don't need to collect function parameters? We can iterate all expect call expression and combine you check method
|
Could you split a PR that doesn't contain |
Done. |
|
Close because of duplicated: #4951. Thanks for your work on this rule. |
see support eslint-plugin-vitest/require-local-test-context-for-concurrent-snapshots