Skip to content

Commit bbba94c

Browse files
author
Kent C. Dodds
committed
whatever
1 parent dd4fd4f commit bbba94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/13.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {renderToggle, Simulate} from '../../test/utils'
33
import Usage from '../exercises-final/13'
44
// import Usage from '../exercises/13'
55

6-
const renderRendux = () => {
6+
function renderRendux() {
77
const utils = renderToggle(<Usage />)
88
const printedState = utils.getByTestId('printed-state')
99
const input = utils.getByPlaceholderText('Type')

0 commit comments

Comments
 (0)