aboutsummaryrefslogtreecommitdiff
path: root/tests/test-bootstrap.el
Commit message (Collapse)AuthorAgeFilesLines
* Extract test boilerplate into shared test-bootstrap.elCraig Jennings2026-04-041-0/+32
All 50 test files that load chime.el repeated the same 8-line initialization block (package-initialize, ert, dash, alert, async, org-agenda, chime load). Replace with a single require of test-bootstrap.el. Also fix test-make-upcoming-item name collision between test-chime-make-tooltip.el and test-chime--deduplicate-events-by-title.el.