Skip to content

Commit a621625

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/divider/src/__tests__/VerticalDivider.tsx

Lines changed: 2 additions & 2 deletions
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)