Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Mar 18, 2024
1 parent 8343c4d commit 9395fad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('ReactHooks', () => {
await expect(async () => {
await act(() => {
ReactTestRenderer.create(<Example />, {
unstable_unstable_isConcurrent: true,
unstable_isConcurrent: true,
});
});
}).rejects.toThrow(
Expand Down

0 comments on commit 9395fad

Please sign in to comment.