diff options
Diffstat (limited to 'tests/test-transcription-log-cleanup.el')
| -rw-r--r-- | tests/test-transcription-log-cleanup.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-transcription-log-cleanup.el b/tests/test-transcription-log-cleanup.el index 82c902d8..251e5ef9 100644 --- a/tests/test-transcription-log-cleanup.el +++ b/tests/test-transcription-log-cleanup.el @@ -7,6 +7,11 @@ ;;; Code: (require 'ert) + +;; Stub dependencies before loading the module +(defvar cj/custom-keymap (make-sparse-keymap) + "Stub keymap for testing.") + (require 'transcription-config) ;; ----------------------------- Normal Cases ---------------------------------- |
