There was an error while loading. Please reload this page.
1 parent 336c171 commit 8e70c0cCopy full SHA for 8e70c0c
docs/example-react-redux.md
@@ -94,7 +94,6 @@ export { render }
94
import React from 'react'
95
import { createStore } from 'redux'
96
import { Provider } from 'react-redux'
97
-import { } from '@testing-library/react'
98
// We're using our own custom render function and not RTL's render
99
// our custom utils also re-export everything from RTL
100
// so we can import fireEvent and screen here as well
0 commit comments