Skip to content

Commit 7dca457

Browse files
authored
docs: Add missing RenderOptions import (#801)
1 parent 61adbaa commit 7dca457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export { customRender as render }
7979

8080
```tsx title="test-utils.tsx"
8181
import React, { FC } from 'react'
82-
import { render } from '@testing-library/react'
82+
import { render, RenderOptions } from '@testing-library/react'
8383
import { ThemeProvider } from 'my-ui-lib'
8484
import { TranslationProvider } from 'my-i18n-lib'
8585
import defaultStrings from 'i18n/en-x-default'

0 commit comments

Comments
 (0)