I was trying to add a new helper from the REPL
(using Cider-jack-in to get a REPL to work with the project)
and I noticed that helpers.cljc
for example didn't get actually loaded until I evaluated it manually
is it because it's cljc
and it doesn't get picked up automatically?
there is no helpers_test
file btw, is it just because it gets tested anyway as part of core/format
_test?