We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ec250 commit 0865d7bCopy full SHA for 0865d7b
src/lib/hooks/useAsyncState.test.ts
@@ -2,7 +2,7 @@
2
* @jest-environment jsdom
3
*/
4
5
-import { act, renderHook } from "@testing-library/react-hooks";
+import { act, renderHook } from "@testing-library/react";
6
import useAsyncState from "./useAsyncState";
7
8
describe("useAsyncState", () => {
src/lib/hooks/useThrottle.test.ts
-import { renderHook } from "@testing-library/react-hooks";
+import { renderHook } from "@testing-library/react";
import * as throttle from "../utils/throttle";
import useThrottle from "./useThrottle";
0 commit comments