Skip to content

Commit 3c3b306

Browse files
committed
.
1 parent dc0206a commit 3c3b306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/performance.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { afterEach, beforeEach, describe, expect, test } from "@jest/globals";
22
import * as React from "react";
33

44
import { createRoot } from "..";
5-
import { act, formatPerfEntries, renderWithAct, unmountWithAct } from "../test-utils/render";
5+
import { act, renderWithAct, unmountWithAct } from "../test-utils/render";
66

77
beforeEach(() => {
88
globalThis.IS_REACT_ACT_ENVIRONMENT = true;

0 commit comments

Comments
 (0)