Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jaworek committed Aug 24, 2023
1 parent 09a2352 commit 57202a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/matchers/extend-expect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import { TextMatch, TextMatchOptions } from '../matches';
export interface JestNativeMatchers<R> {
toBeOnTheScreen(): R;
toBeEmptyElement(): R;
toHaveDisplayValue(
expectedValue: TextMatch,
options?: TextMatchOptions
): R;
toHaveDisplayValue(expectedValue: TextMatch, options?: TextMatchOptions): R;
}

// Implicit Jest global `expect`.
Expand Down

0 comments on commit 57202a1

Please sign in to comment.