diff --git a/src/rules/utils.ts b/src/rules/utils.ts index 3df8b6e8c..9e2108da0 100644 --- a/src/rules/utils.ts +++ b/src/rules/utils.ts @@ -567,13 +567,6 @@ interface JestFunctionMemberExpression< object: JestFunctionIdentifier; } -interface JestFunctionMemberExpression< - FunctionName extends JestFunctionName, - PropertyName extends JestPropertyName = JestPropertyName -> extends KnownMemberExpression { - object: JestFunctionIdentifier; -} - interface JestFunctionCallExpressionWithMemberExpressionCallee< FunctionName extends JestFunctionName, PropertyName extends JestPropertyName = JestPropertyName