Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/streamich/react-use
/ useEvent.test.ts
File
useEvent.test.ts
tests/useEvent.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
useEvent, { ListenerType1, ListenerType2 } from
'../src/useEvent'
;
3
4
interface
Props {
Callers
nothing calls this directly
Calls
2
checkOnMountAndUnmount
Function · 0.85
checkOnDepsChanges
Function · 0.85
Tested by
no test coverage detected