We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32549cf commit db27415Copy full SHA for db27415
packages/react-dom/src/__tests__/ReactTestUtilsAct-test.js
@@ -26,7 +26,7 @@ function sleep(period) {
26
});
27
}
28
29
-describe('React.act()', () => {
+describe('ReactTestUtils.act()', () => {
30
afterEach(() => {
31
jest.restoreAllMocks();
32
0 commit comments