You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renders a test component that will call the provided `callback`, including any hooks it contains, every time it renders.
124
+
Renders a test component that will call the provided `callback`, including any hooks it calls, every time it renders.
125
125
126
126
> _Note: `testHook` has been renamed to `renderHook`. `testHook` will continue work in the current version with a deprecation warning, but will be removed in a future version._
127
127
>
128
-
> **_You should update an usages of `testHook` to use `renderHook` instead._**
128
+
> **_You should update any usages of `testHook` to use `renderHook` instead._**
0 commit comments