1 parent dc0206a commit 3c3b306Copy full SHA for 3c3b306
1 file changed
src/__tests__/performance.test.tsx
@@ -2,7 +2,7 @@ import { afterEach, beforeEach, describe, expect, test } from "@jest/globals";
2
import * as React from "react";
3
4
import { createRoot } from "..";
5
-import { act, formatPerfEntries, renderWithAct, unmountWithAct } from "../test-utils/render";
+import { act, renderWithAct, unmountWithAct } from "../test-utils/render";
6
7
beforeEach(() => {
8
globalThis.IS_REACT_ACT_ENVIRONMENT = true;
0 commit comments