Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/streamich/react-use
/ useUpdateEffect.test.ts
File
useUpdateEffect.test.ts
tests/useUpdateEffect.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ renderHook } from
'@testing-library/react-hooks'
;
2
import
{ useUpdateEffect } from
'../src'
;
3
4
it(
'should run effect on update'
, () => {
Callers
nothing calls this directly
Calls
1
useUpdateEffect
Function · 0.90
Tested by
no test coverage detected