Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not require test-helper.el #45

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

dannyfreeman
Copy link
Contributor

@dannyfreeman dannyfreeman commented Jul 1, 2024

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):

  • You've run M-x checkdoc and fixed any warnings in the code you've written.
  • You've updated the changelog (if adding/changing user-visible functionality).
  • You've updated the readme (if adding/changing user-visible functionality).

Thanks!

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
@dannyfreeman dannyfreeman merged commit 79e33b7 into main Jul 1, 2024
6 checks passed
@dannyfreeman dannyfreeman deleted the bug/44/test-helper-require branch July 1, 2024 12:25
kommen pushed a commit to kommen/clojure-ts-mode that referenced this pull request Oct 31, 2024
…ulti-line sexps

We were indenting like this
[[
  2] a
  x]

Now we indent like this
[[
  2] a
 x]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not provide the test-helper feature
1 participant