Skip to content

Commit 9395fad

Browse files
author
Jack Pope
committed
f
1 parent 8343c4d commit 9395fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/__tests__/ReactHooks-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('ReactHooks', () => {
5151
await expect(async () => {
5252
await act(() => {
5353
ReactTestRenderer.create(<Example />, {
54-
unstable_unstable_isConcurrent: true,
54+
unstable_isConcurrent: true,
5555
});
5656
});
5757
}).rejects.toThrow(

0 commit comments

Comments
 (0)