Skip to content

Commit a621625

Browse files
committed
chore(divider): updated test to use the correct act
1 parent 9acbefa commit a621625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/divider/src/__tests__/VerticalDivider.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
2-
import { act, render } from "@testing-library/react";
3-
import { renderHook } from "@testing-library/react-hooks";
2+
import { render } from "@testing-library/react";
3+
import { act, renderHook } from "@testing-library/react-hooks";
44

55
import { useVerticalDividerHeight, VerticalDivider } from "../VerticalDivider";
66

0 commit comments

Comments
 (0)