MCPcopy
hub / github.com/tomkp/react-split-pane / useKeyboardResize.test.ts

File useKeyboardResize.test.ts

src/hooks/useKeyboardResize.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach } from 'vitest';
2import { renderHook, act } from '@testing-library/react';
3import { useKeyboardResize } from './useKeyboardResize';
4

Callers

nothing calls this directly

Calls 2

useKeyboardResizeFunction · 0.90
createKeyboardEventFunction · 0.85

Tested by

no test coverage detected