Skip to content

Commit

Permalink
chore(divider): updated test to use the correct act
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Feb 13, 2021
1 parent 9acbefa commit a621625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/divider/src/__tests__/VerticalDivider.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { act, render } from "@testing-library/react";
import { renderHook } from "@testing-library/react-hooks";
import { render } from "@testing-library/react";
import { act, renderHook } from "@testing-library/react-hooks";

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

Expand Down

0 comments on commit a621625

Please sign in to comment.