Here we can track the assertions that have been extracted from `jest-dom` to the `dom-assertions` package: - [ ] `toBeDisabled` - [ ] `toBeEnabled` - [ ] `toBeEmptyDOMElement` - [ ] `toBeInTheDocument` - [x] `toBeInvalid` - [x] `toBeRequired` - [x] `toBeValid` - [ ] `toBeVisible` - [ ] `toContainElement` - [ ] `toContainHTML` - [x] `toHaveAccessibleDescription` - [x] `toHaveAccessibleName` - [ ] `toHaveAttribute` - [ ] `toHaveClass` - [ ] `toHaveFocus` - [ ] `toHaveFormValues` - [ ] `toHaveStyle` - [ ] `toHaveTextContent` - [ ] `toHaveValue` - [ ] `toHaveDisplayValue` - [x] `toBeChecked` - [ ] `toBePartiallyChecked` - [x] `toHaveErrorMessage` If you want to contribute, please comment below to ensure no one else is simultaneously working on the same assertion.
Here we can track the assertions that have been extracted from
jest-domto thedom-assertionspackage:toBeDisabledtoBeEnabledtoBeEmptyDOMElementtoBeInTheDocumenttoBeInvalidtoBeRequiredtoBeValidtoBeVisibletoContainElementtoContainHTMLtoHaveAccessibleDescriptiontoHaveAccessibleNametoHaveAttributetoHaveClasstoHaveFocustoHaveFormValuestoHaveStyletoHaveTextContenttoHaveValuetoHaveDisplayValuetoBeCheckedtoBePartiallyCheckedtoHaveErrorMessageIf you want to contribute, please comment below to ensure no one else is simultaneously working on the same assertion.