Skip to content

Commit d403481

Browse files
committed
.
1 parent 7ed56a2 commit d403481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/matchers/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { ReactTestInstance, ReactTestRendererJSON } from 'react-test-renderer';
1+
import { ElementType } from 'react';
2+
import { ReactTestInstance } from 'react-test-renderer';
23
import {
34
EXPECTED_COLOR,
45
RECEIVED_COLOR,
@@ -11,7 +12,6 @@ import prettyFormat, { plugins } from 'pretty-format';
1112
import redent from 'redent';
1213
import { isHostElement } from '../helpers/component-tree';
1314
import { defaultMapProps } from '../helpers/format-default';
14-
import { ElementType } from 'react';
1515

1616
class HostElementTypeError extends Error {
1717
constructor(received: unknown, matcherFn: jest.CustomMatcher, context: jest.MatcherContext) {

0 commit comments

Comments
 (0)