aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ui-config-transparency-and-cursor.el
Commit message (Collapse)AuthorAgeFilesLines
* test(ui-config): cover transparency apply/toggle and cursor-type setterCraig Jennings2026-05-131-0/+126
The previous test file covered only `cj/--buffer-cursor-state` and the cursor-color hook. `cj/apply-transparency`, `cj/toggle-transparency`, and `cj/set-cursor-type` were the gap. New tests stub the frame-mutating primitives so they run in batch and cover: alpha cons construction in both enabled and disabled states, the terminal-frame skip, the error-message path on `set-frame-parameter` failure, the toggle's flip + re-apply, double-toggle idempotence, and the cursor-type pass-through (including nil for invisible).