[no-identical-title] issue with describe.each #786
Labels
bug
each support
Relates to supporting the `each` method
help wanted
released
rule: no-identical-title
Hi,
This code will trigger a lint error:
because the
$description
string repeats on both.I'd expect those cases to actually resolve the title to what will be used on runtime, and then search for duplications.
so for example in this case, we'll have [
a
,b
] as describeTitles, and not["$description", "$description"]
The text was updated successfully, but these errors were encountered: