Skip to content

Commit 746c16b

Browse files
committed
chore: format
1 parent a2e9cb5 commit 746c16b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/queries/byrole.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ For example in
187187
</body>
188188
```
189189

190-
you can get the "👍" link by calling `getByRole('link', { current: 'page' })` and
191-
the "👎" by calling `getByRole('link', { current: false })`. To learn more about
192-
the current state see
190+
you can get the "👍" link by calling `getByRole('link', { current: 'page' })`
191+
and the "👎" by calling `getByRole('link', { current: false })`. To learn more
192+
about the current state see
193193
[ARIA `aria-current`](https://www.w3.org/TR/wai-aria-1.2/#aria-current).
194194

195195
### `pressed`

docs/react-testing-library/api.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ function renderHook<
338338
Props,
339339
Q extends Queries = typeof queries,
340340
Container extends Element | DocumentFragment = HTMLElement,
341-
BaseElement extends Element | DocumentFragment = Container
341+
BaseElement extends Element | DocumentFragment = Container,
342342
>(
343343
render: (initialProps: Props) => Result,
344344
options?: RenderHookOptions<Props, Q, Container, BaseElement>,

docusaurus.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,7 @@ module.exports = {
317317
},
318318
{
319319
label: 'Stack Overflow',
320-
href:
321-
'https://stackoverflow.com/questions/tagged/react-testing-library',
320+
href: 'https://stackoverflow.com/questions/tagged/react-testing-library',
322321
},
323322
{
324323
label: 'Discord',

0 commit comments

Comments
 (0)