Skip to content

Commit e2efc95

Browse files
committed
Remove extremely obvious comments
1 parent b3a2f89 commit e2efc95

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

test/clojure-ts-mode/cider-connection-ts-tests.el

-2
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,3 @@
5656
(expect (cider-repl-type-for-buffer) :to-be 'multi))))
5757

5858
(provide 'cider-connection-ts-tests)
59-
60-
;;; clojure-connection-ts-tests.el ends here

test/clojure-ts-mode/cider-selector-ts-tests.el

-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@
3636
(cider-test-selector-method ?c 'clojure-ts-mode "*treesitter-test*.clj")))
3737

3838
(provide 'cider-selector-ts-tests)
39-
40-
;;; clojure-selector-ts-tests.el ends here

test/clojure-ts-mode/cider-util-ts-tests.el

-2
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,3 @@
5757
(expect (cider-clojurec-major-mode-p) :to-be-truthy))))
5858

5959
(provide 'cider-ts-util-tests)
60-
61-
;;; cider-util-ts-tests.el ends here

test/integration/integration-tests.el

-2
Original file line numberDiff line numberDiff line change
@@ -549,5 +549,3 @@ If CLI-COMMAND is nil, then use the default."
549549
;; wait for the REPL to exit
550550
(cider-itu-poll-until (not (eq (process-status nrepl-proc) 'run)) 15)
551551
(expect (member (process-status nrepl-proc) '(exit signal)))))))))))
552-
553-
;;; integration-tests.el ends here

0 commit comments

Comments
 (0)