Skip to content

Commit b8fdee3

Browse files
committed
[tests] Add missing require for markdown-mode.
Commit ec152cf broke the tests because markdown-mode was never required before the tests run.
1 parent 41aa6c7 commit b8fdee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/smartparens-markdown-test.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(require 'markdown-mode)
12
(require 'smartparens-markdown)
23

34
(ert-deftest sp-test-markdown-gfm-electric-backquote-disabled ()

0 commit comments

Comments
 (0)