Skip to content

Commit

Permalink
Update packages/react-dom/src/__tests__/ReactTestUtilsAct-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 27, 2024
1 parent 32549cf commit db27415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/__tests__/ReactTestUtilsAct-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function sleep(period) {
});
}

describe('React.act()', () => {
describe('ReactTestUtils.act()', () => {
afterEach(() => {
jest.restoreAllMocks();
});
Expand Down

0 comments on commit db27415

Please sign in to comment.