Fork me on GitHub
#kaocha
<
2018-11-21
>
ericstewart21:11:40

I have a project where I recently extracted dependencies to deps.edn from leiningen and introduced kaocha soon after. All was well initially, but I have somehow broken things it seems. I have a Java class that I must compile and reference and classes in my target/classes directory aren’t being found. This may be a tools.deps.alpha question, but how should I include these local classes when running tests through kaocha? I haven’t found any documentation on how to add a folder to the classpath like that