Skip to content

Commit 6b5bd28

Browse files
committed
fix lint
1 parent c63c5e3 commit 6b5bd28

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/matchers/extend-expect.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
import { TextMatch, TextMatchOptions } from '../matches';
2-
import { toHaveDisplayValue } from './to-have-display-value';
3-
import { ReactTestInstance } from 'react-test-renderer';
42

53
export interface JestNativeMatchers<R> {
64
toBeOnTheScreen(): R;
7-
toHaveDisplayValue(
8-
expectedValue: TextMatch,
9-
options?: TextMatchOptions
10-
): R;
5+
toHaveDisplayValue(expectedValue: TextMatch, options?: TextMatchOptions): R;
116
toHaveTextContent(text: TextMatch, options?: TextMatchOptions): R;
127
}
138

0 commit comments

Comments
 (0)