Skip to content

Commit

Permalink
test(vx-bounds): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Aug 19, 2020
1 parent a778369 commit 529c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-bounds/test/withBoundingRects.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { mount, shallow } from 'enzyme';
import { mount } from 'enzyme';
import { withBoundingRects } from '../src';

const expectedRectShape = expect.objectContaining({
Expand Down

0 comments on commit 529c3de

Please sign in to comment.