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 dd4fd4f commit bbba94cCopy full SHA for bbba94c
src/__tests__/13.js
@@ -3,7 +3,7 @@ import {renderToggle, Simulate} from '../../test/utils'
3
import Usage from '../exercises-final/13'
4
// import Usage from '../exercises/13'
5
6
-const renderRendux = () => {
+function renderRendux() {
7
const utils = renderToggle(<Usage />)
8
const printedState = utils.getByTestId('printed-state')
9
const input = utils.getByPlaceholderText('Type')
0 commit comments