Skip to content

Commit 73ee9ba

Browse files
authored
test: Correct a typo in test name (#1112)
1 parent c80809a commit 73ee9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/renderHook.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import {renderHook} from '../pure'
33

4-
test('gives comitted result', () => {
4+
test('gives committed result', () => {
55
const {result} = renderHook(() => {
66
const [state, setState] = React.useState(1)
77

0 commit comments

Comments
 (0)