Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tomkp/react-split-pane
/ useResizer.test.ts
File
useResizer.test.ts
src/hooks/useResizer.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach, afterEach } from
'vitest'
;
2
import
{ renderHook, act } from
'@testing-library/react'
;
3
import
{ useResizer } from
'./useResizer'
;
4
Callers
nothing calls this directly
Calls
4
useResizer
Function · 0.90
createMockElement
Function · 0.85
createPointerEvent
Function · 0.85
createMockReactPointerEvent
Function · 0.85
Tested by
no test coverage detected