clojure-emacs / clojure-ts-mode

The next generation Clojure major mode for Emacs, powered by TreeSitter
GNU General Public License v3.0
129 stars 11 forks source link

Do not require test-helper.el #45

Closed dannyfreeman closed 2 months ago

dannyfreeman commented 2 months ago

ert-runner will load this file when it is directly under the project test/ directory. I've moved some of the test clojure files under test/samples to help keep test directory clean and a little more focused

Fixes #44

I'm gonna merge this if the tests pass. Just want to see that they do on the runners.


Before submitting a PR mark the checkboxes for the items you've done (if you think a checkbox does not apply, then leave it unchecked):

Thanks!