We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acbefa commit a621625Copy full SHA for a621625
packages/divider/src/__tests__/VerticalDivider.tsx
@@ -1,6 +1,6 @@
1
import React from "react";
2
-import { act, render } from "@testing-library/react";
3
-import { renderHook } from "@testing-library/react-hooks";
+import { render } from "@testing-library/react";
+import { act, renderHook } from "@testing-library/react-hooks";
4
5
import { useVerticalDividerHeight, VerticalDivider } from "../VerticalDivider";
6
0 commit comments