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