summaryrefslogtreecommitdiff
path: root/test-reporter-spec.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 05:14:15 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 05:14:21 -0600
commitf5b744f9e15d1f07f41201a56b0376784744d8df (patch)
tree302fcd6014707855dd5ec275881adef0ce31eb89 /test-reporter-spec.org
parent3a48736a97d05ba6ebd4933103334428099ac849 (diff)
downloaddotemacs-f5b744f9e15d1f07f41201a56b0376784744d8df.tar.gz
dotemacs-f5b744f9e15d1f07f41201a56b0376784744d8df.zip
chore: rename chime.el references to Chime
Update load-path, GitHub URL, and all project/package name references to reflect the chime.el → Chime rename.
Diffstat (limited to 'test-reporter-spec.org')
-rw-r--r--test-reporter-spec.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-reporter-spec.org b/test-reporter-spec.org
index 9a7ca949..67521235 100644
--- a/test-reporter-spec.org
+++ b/test-reporter-spec.org
@@ -300,7 +300,7 @@ Start with Option B (wrap results), migrate to Option A (hooks) once stable.
** Cross-Project Test Isolation
*** The Problem
-When switching between Emacs Lisp projects (e.g., ~/.emacs.d → chime.el):
+When switching between Emacs Lisp projects (e.g., ~/.emacs.d → Chime):
- ERT tests globally registered in Emacs session
- ~M-x ert RET t RET~ runs ALL loaded tests from ALL projects
- Can accidentally run wrong project's tests