Skip to content

Commit 7d37da8

Browse files
committed
docs: fix formatting issues
1 parent cc0d1c5 commit 7d37da8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/JestMatchers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,9 @@ expect(element).toBePartiallyChecked();
144144
These allow you to assert whether the given element is checked or partially checked from the user's perspective. It relies on the accessibility checked state as set by `aria-checked` or `accessibilityState.checked` props.
145145

146146
:::note
147-
148147
- `toBeChecked()` matcher works only on elements with the `checkbox` or `radio` role.
149148
- `toBePartiallyChecked()` matcher works only on elements with the `checkbox` role.
150-
:::
149+
:::
151150

152151
### `toBeExpanded()` / `toBeCollapsed()` {#tobeexpanded}
153152

0 commit comments

Comments
 (0)