Skip to content

Commit 57202a1

Browse files
committed
format
1 parent 09a2352 commit 57202a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/matchers/extend-expect.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import { TextMatch, TextMatchOptions } from '../matches';
33
export interface JestNativeMatchers<R> {
44
toBeOnTheScreen(): R;
55
toBeEmptyElement(): R;
6-
toHaveDisplayValue(
7-
expectedValue: TextMatch,
8-
options?: TextMatchOptions
9-
): R;
6+
toHaveDisplayValue(expectedValue: TextMatch, options?: TextMatchOptions): R;
107
}
118

129
// Implicit Jest global `expect`.

0 commit comments

Comments
 (0)