We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b818032 commit afedd8bCopy full SHA for afedd8b
docs/react-testing-library/setup.mdx
@@ -78,7 +78,7 @@ export { customRender as render }
78
```
79
80
```tsx title="test-utils.tsx"
81
-import React, { FC } from 'react'
+import React, { FC, ReactElement } from 'react'
82
import { render, RenderOptions } from '@testing-library/react'
83
import { ThemeProvider } from 'my-ui-lib'
84
import { TranslationProvider } from 'my-i18n-lib'
0 commit comments