Skip to content

Commit

Permalink
chore: remove duplicated interface (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 23, 2020
1 parent 88068a7 commit 7becf4a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/rules/utils.ts
Expand Up @@ -567,13 +567,6 @@ interface JestFunctionMemberExpression<
object: JestFunctionIdentifier<FunctionName>;
}

interface JestFunctionMemberExpression<
FunctionName extends JestFunctionName,
PropertyName extends JestPropertyName = JestPropertyName
> extends KnownMemberExpression<PropertyName> {
object: JestFunctionIdentifier<FunctionName>;
}

interface JestFunctionCallExpressionWithMemberExpressionCallee<
FunctionName extends JestFunctionName,
PropertyName extends JestPropertyName = JestPropertyName
Expand Down

0 comments on commit 7becf4a

Please sign in to comment.