aboutsummaryrefslogtreecommitdiff
path: root/tests/test-transcription-format-entry.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(transcription): extract running-transcriptions and format-entryCraig Jennings2026-04-191-0/+66
Two cleanups round out the transcription-config refactor: - cj/--running-transcriptions: the 'status = running' filter used by cleanup and count helpers is now one function. Existing counter tests cover both callers. - cj/--format-transcription-entry: the 13-line dolist body inside cj/transcriptions-buffer becomes a testable pure function. 6 tests cover status-face mapping, basename-only rendering, duration format, trailing newline.