We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63c5e3 commit 6b5bd28Copy full SHA for 6b5bd28
src/matchers/extend-expect.d.ts
@@ -1,13 +1,8 @@
1
import { TextMatch, TextMatchOptions } from '../matches';
2
-import { toHaveDisplayValue } from './to-have-display-value';
3
-import { ReactTestInstance } from 'react-test-renderer';
4
5
export interface JestNativeMatchers<R> {
6
toBeOnTheScreen(): R;
7
- toHaveDisplayValue(
8
- expectedValue: TextMatch,
9
- options?: TextMatchOptions
10
- ): R;
+ toHaveDisplayValue(expectedValue: TextMatch, options?: TextMatchOptions): R;
11
toHaveTextContent(text: TextMatch, options?: TextMatchOptions): R;
12
}
13
0 commit comments