Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Jan 7, 2025
1 parent 7ed56a2 commit d403481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/matchers/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ReactTestInstance, ReactTestRendererJSON } from 'react-test-renderer';
import { ElementType } from 'react';
import { ReactTestInstance } from 'react-test-renderer';
import {
EXPECTED_COLOR,
RECEIVED_COLOR,
Expand All @@ -11,7 +12,6 @@ import prettyFormat, { plugins } from 'pretty-format';
import redent from 'redent';
import { isHostElement } from '../helpers/component-tree';
import { defaultMapProps } from '../helpers/format-default';
import { ElementType } from 'react';

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

0 comments on commit d403481

Please sign in to comment.