We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2e542 commit f6e8371Copy full SHA for f6e8371
src/__tests__/renderHook.test.tsx
@@ -80,7 +80,7 @@ test('props type is infered correctly when initial props is defined', () => {
80
expect(result.current).toBe(6);
81
});
82
83
-test('props type is infered correctly when initial props is explicitly undefined', () => {
+test('props type is inferred correctly when initial props is explicitly undefined', () => {
84
const { result, rerender } = renderHook(
85
(num: number | undefined) => useMyHook(num),
86
{
0 commit comments