MCPcopy 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

1import { renderHook } from '@testing-library/react-hooks';
2import useEvent, { ListenerType1, ListenerType2 } from '../src/useEvent';
3
4interface Props {

Callers

nothing calls this directly

Calls 2

checkOnMountAndUnmountFunction · 0.85
checkOnDepsChangesFunction · 0.85

Tested by

no test coverage detected