Skip to content

Commit 5921807

Browse files
committed
.
1 parent 23f9c89 commit 5921807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/render-hook-sync.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test('works with wrapper option', () => {
3535
});
3636

3737
test('works with initialProps option', () => {
38-
const { result, rerender } = deprecated_renderHookSync(
38+
const { result } = deprecated_renderHookSync(
3939
(props: { branch: 'left' | 'right' }) => {
4040
const [left, setLeft] = React.useState('left');
4141
const [right, setRight] = React.useState('right');

0 commit comments

Comments
 (0)