summaryrefslogtreecommitdiff
path: root/tests/test-transcription-paths.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-transcription-paths.el')
-rw-r--r--tests/test-transcription-paths.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-transcription-paths.el b/tests/test-transcription-paths.el
index 5ee80e67..69dc27e7 100644
--- a/tests/test-transcription-paths.el
+++ b/tests/test-transcription-paths.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 ----------------------------------