aboutsummaryrefslogtreecommitdiff
path: root/tests/test-selection-framework--consult-line-or-repeat.el
Commit message (Collapse)AuthorAgeFilesLines
* test(selection-framework): cover both branches of the C-s dispatchCraig Jennings2026-05-121-0/+68
`cj/consult-line-or-repeat` had only a keybinding test. I added `tests/test-selection-framework--consult-line-or-repeat.el` — 4 ERT tests covering the fresh-search branch, the repeat-on-second-call branch, the nil `last-command` boundary, and `commandp`, with `consult-line` and `vertico-repeat` stubbed. It reuses the `use-package`-shadow trick from the keybindings test, so the module loads without dragging in the vertico/consult/embark/company/prescient stack.