Skip to content

Commit

Permalink
Removing duplicate type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenGremlin authored and blainekasten committed Sep 20, 2018
1 parent 63bee19 commit ed66c90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/jest-enzyme/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ declare namespace jest {
toBeEmptyRender(): void;
toContainMatchingElement(selector: string): void;
toContainMatchingElements(n: number, selector: string): void;
toContainMatchingElement(selector: string): void;
toContainReact(component: React.ReactElement<any>): void;
toContainExactlyOneMatchingElement(selector: string): void;
toContainReact(component: React.ReactElement<any>): void;
toExist(): void;
toHaveClassName(className: string): void;
toHaveHTML(html: string): void;
Expand Down

0 comments on commit ed66c90

Please sign in to comment.