We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88068a7 commit 7becf4aCopy full SHA for 7becf4a
src/rules/utils.ts
@@ -567,13 +567,6 @@ interface JestFunctionMemberExpression<
567
object: JestFunctionIdentifier<FunctionName>;
568
}
569
570
-interface JestFunctionMemberExpression<
571
- FunctionName extends JestFunctionName,
572
- PropertyName extends JestPropertyName = JestPropertyName
573
-> extends KnownMemberExpression<PropertyName> {
574
- object: JestFunctionIdentifier<FunctionName>;
575
-}
576
-
577
interface JestFunctionCallExpressionWithMemberExpressionCallee<
578
FunctionName extends JestFunctionName,
579
PropertyName extends JestPropertyName = JestPropertyName
0 commit comments