Open
Description
Hi all,
Recently we've done some work where we have a method called getTest(run:boolean) => it
and we can apply this update with thejest/no-standalone-expect
rule using its additionalTestBlockFunctions
property. The method above would either return an it
or an it.skip
method.
However, we've started to move the idea higher up for describe
in a similar manor. getDescribe(run:boolean) => describe
behaves like the one above where it will either return the describe
or describe.skip
method.
In the jest world, having a way to supply this update would help for the eslint engine to understand that we don't have an identical title, or jest rule: jest/no-identical-title
Is there something like this today in eslint? I feel like I haven't found anything.
Metadata
Metadata
Assignees
Labels
No labels