| 1 | import { describe, expect, test } from 'bun:test' |
| 2 | import { InputEvent } from '../ink/events/input-event.js' |
| 3 | import { INITIAL_STATE, parseMultipleKeypresses, type ParsedKey } from '../ink/parse-keypress.js' |
| 4 | import { parseBindings } from './parser.js' |
nothing calls this directly
no test coverage detected