Skip to content

Commit

Permalink
docs: add typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 29, 2023
1 parent 96f330c commit 86facf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/matchers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import { TextMatch, TextMatchOptions } from '../matches';
import { Style } from './to-have-style';

export interface JestNativeMatchers<R> {
/**
* Assert whether an element is present in the element tree or not.
*/
toBeOnTheScreen(): R;

toBeChecked(): R;
toBeCollapsed(): R;
toBeDisabled(): R;
Expand Down

0 comments on commit 86facf3

Please sign in to comment.