Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaworek committed Aug 21, 2023
1 parent c63c5e3 commit 6b5bd28
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/matchers/extend-expect.d.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import { TextMatch, TextMatchOptions } from '../matches';
import { toHaveDisplayValue } from './to-have-display-value';
import { ReactTestInstance } from 'react-test-renderer';

export interface JestNativeMatchers<R> {
toBeOnTheScreen(): R;
toHaveDisplayValue(
expectedValue: TextMatch,
options?: TextMatchOptions
): R;
toHaveDisplayValue(expectedValue: TextMatch, options?: TextMatchOptions): R;
toHaveTextContent(text: TextMatch, options?: TextMatchOptions): R;
}

Expand Down

0 comments on commit 6b5bd28

Please sign in to comment.