We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61adbaa commit 7dca457Copy full SHA for 7dca457
docs/react-testing-library/setup.mdx
@@ -79,7 +79,7 @@ export { customRender as render }
79
80
```tsx title="test-utils.tsx"
81
import React, { FC } from 'react'
82
-import { render } from '@testing-library/react'
+import { render, RenderOptions } from '@testing-library/react'
83
import { ThemeProvider } from 'my-ui-lib'
84
import { TranslationProvider } from 'my-i18n-lib'
85
import defaultStrings from 'i18n/en-x-default'
0 commit comments