Skip to content

Commit 1a17632

Browse files
committed
chore: format
1 parent 99f18e0 commit 1a17632

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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
@@ -314,8 +314,7 @@ module.exports = {
314314
},
315315
{
316316
label: 'Stack Overflow',
317-
href:
318-
'https://stackoverflow.com/questions/tagged/react-testing-library',
317+
href: 'https://stackoverflow.com/questions/tagged/react-testing-library',
319318
},
320319
{
321320
label: 'Discord',

0 commit comments

Comments
 (0)