diff options
Diffstat (limited to 'tests/test-integration-transcription.el')
| -rw-r--r-- | tests/test-integration-transcription.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-integration-transcription.el b/tests/test-integration-transcription.el index 96b617bc..d014d00e 100644 --- a/tests/test-integration-transcription.el +++ b/tests/test-integration-transcription.el @@ -8,6 +8,11 @@ ;;; Code: (require 'ert) + +;; Stub dependencies before loading the module +(defvar cj/custom-keymap (make-sparse-keymap) + "Stub keymap for testing.") + (require 'transcription-config) ;; ----------------------------- Test Helpers ---------------------------------- |
