Skip to content

Commit

Permalink
Remove extremely obvious comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyfreeman committed Oct 24, 2023
1 parent b3a2f89 commit e2efc95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions test/clojure-ts-mode/cider-connection-ts-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,3 @@
(expect (cider-repl-type-for-buffer) :to-be 'multi))))

(provide 'cider-connection-ts-tests)

;;; clojure-connection-ts-tests.el ends here
2 changes: 0 additions & 2 deletions test/clojure-ts-mode/cider-selector-ts-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@
(cider-test-selector-method ?c 'clojure-ts-mode "*treesitter-test*.clj")))

(provide 'cider-selector-ts-tests)

;;; clojure-selector-ts-tests.el ends here
2 changes: 0 additions & 2 deletions test/clojure-ts-mode/cider-util-ts-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@
(expect (cider-clojurec-major-mode-p) :to-be-truthy))))

(provide 'cider-ts-util-tests)

;;; cider-util-ts-tests.el ends here
2 changes: 0 additions & 2 deletions test/integration/integration-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -549,5 +549,3 @@ If CLI-COMMAND is nil, then use the default."
;; wait for the REPL to exit
(cider-itu-poll-until (not (eq (process-status nrepl-proc) 'run)) 15)
(expect (member (process-status nrepl-proc) '(exit signal)))))))))))

;;; integration-tests.el ends here

0 comments on commit e2efc95

Please sign in to comment.