Skip to content

Commit

Permalink
fix(vx-responsive): Fix getBoundingClientRect jest mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Nov 11, 2019
1 parent 9c1ea94 commit 115df87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vx-responsive/test/withParentSize.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ describe('withParentSize', () => {
left: 0,
bottom: 0,
right: 0,
x: 0,
y: 0,
toJSON: () => '',
}));
});

Expand Down

0 comments on commit 115df87

Please sign in to comment.