diff options
Diffstat (limited to 'tests/test-transcription-audio-file.el')
| -rw-r--r-- | tests/test-transcription-audio-file.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-transcription-audio-file.el b/tests/test-transcription-audio-file.el index f40d9ca6..ac4ff452 100644 --- a/tests/test-transcription-audio-file.el +++ b/tests/test-transcription-audio-file.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 ---------------------------------- |
