Skip to content

Commit

Permalink
Merge pull request #45 from clojure-emacs/bug/44/test-helper-require
Browse files Browse the repository at this point in the history
Do not require test-helper.el
  • Loading branch information
dannyfreeman authored Jul 1, 2024
2 parents 7b7a470 + 19df2d5 commit 79e33b7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/clojure-ts-mode-util-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

(require 'clojure-ts-mode)
(require 'buttercup)
(require 'test-helper "test/utils/test-helper")

(describe "clojure-ts-mode-version"
(it "should not be nil"
Expand Down
7 changes: 7 additions & 0 deletions test/samples/bug43.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
^{:a 1}
(def b 2)

^{:a 1}
(defn a
"hello" ;; <-
[] "world")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion test/utils/test-helper.el → test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ and point left there."
(delete-char -1)
,@body)))

(provide 'test-helper)
;;; test-helper.el ends here

0 comments on commit 79e33b7

Please sign in to comment.