export const MATCHERS = [
    'toBeChecked',
    'toBeClickable',
    'toBeDisabled',
    'toBeDisplayed',
    'toBeDisplayedInViewport',
    'toBeElementsArrayOfSize',
    'toBeEnabled',
    'toBeExisting',
    'toBeFocused',
    'toBePresent',
    'toBeRequested',
    'toBeRequestedTimes',
    'toBeRequestedWith',
    'toBeRequestedWithResponse',
    'toBeSelected',
    'toExist',
    'toHaveAttr',
    'toHaveAttribute',
    'toHaveAttributeAndValue',
    'toHaveChildren',
    'toHaveClass',
    'toHaveClassContaining',
    'toHaveClipboardText',
    'toHaveComputedLabel',
    'toHaveComputedRole',
    'toHaveElementClass',
    'toHaveElementProperty',
    'toHaveHTML',
    'toHaveHeight',
    'toHaveHref',
    'toHaveId',
    'toHaveLink',
    'toHaveLocalStorageItem',
    'toHaveSize',
    'toHaveStyle',
    'toHaveText',
    'toHaveTitle',
    'toHaveUrl',
    'toHaveValue',
    'toHaveWidth',
]
