We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d604db + 002a82d commit 7793a4dCopy full SHA for 7793a4d
clojure-mode-util-test.el
@@ -26,6 +26,10 @@
26
(require 'cl-lib)
27
(require 'ert)
28
29
+
30
+(ert-deftest clojure-mode-version-should-be-non-nil ()
31
+ (should (not (eq clojure-mode-version nil))))
32
33
(let ((project-dir "/home/user/projects/my-project/")
34
(clj-file-path "/home/user/projects/my-project/src/clj/my_project/my_ns/my_file.clj")
35
(project-relative-clj-file-path "src/clj/my_project/my_ns/my_file.clj")
0 commit comments