There was an error while loading. Please reload this page.
1 parent a033a9f commit c170ba4Copy full SHA for c170ba4
docs/react-testing-library/setup.md
@@ -36,6 +36,7 @@ The example below sets up data providers using the
36
37
```js
38
// test-utils.js
39
+import React from "react"
40
import { render } from '@testing-library/react'
41
import { ThemeProvider } from 'my-ui-lib'
42
import { TranslationProvider } from 'my-i18n-lib'
0 commit comments