Skip to content

Commit

Permalink
test: Correct a typo in test name (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Aug 22, 2022
1 parent c80809a commit 73ee9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/renderHook.js
@@ -1,7 +1,7 @@
import React from 'react'
import {renderHook} from '../pure'

test('gives comitted result', () => {
test('gives committed result', () => {
const {result} = renderHook(() => {
const [state, setState] = React.useState(1)

Expand Down

0 comments on commit 73ee9ba

Please sign in to comment.