Skip to content

Commit 7becf4a

Browse files
authored
chore: remove duplicated interface (#535)
1 parent 88068a7 commit 7becf4a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/rules/utils.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -567,13 +567,6 @@ interface JestFunctionMemberExpression<
567567
object: JestFunctionIdentifier<FunctionName>;
568568
}
569569

570-
interface JestFunctionMemberExpression<
571-
FunctionName extends JestFunctionName,
572-
PropertyName extends JestPropertyName = JestPropertyName
573-
> extends KnownMemberExpression<PropertyName> {
574-
object: JestFunctionIdentifier<FunctionName>;
575-
}
576-
577570
interface JestFunctionCallExpressionWithMemberExpressionCallee<
578571
FunctionName extends JestFunctionName,
579572
PropertyName extends JestPropertyName = JestPropertyName

0 commit comments

Comments
 (0)