Fork me on GitHub
#kaocha
<
2019-06-27
>
zane19:06:40

I'm noticing that when using --watch Kaocha is only re-running the tests if I make changes to test files (not source files). I imagine my deps.edn is misconfigured somehow?

zane19:06:23

In particular, it appears to not run tests if edits are made to source files in paths other than src or test (but are nevertheless present under :paths in deps.edn.

lread23:06:55

Hey @zane, have you reviewed koacha docs on config? https://cljdoc.org/d/lambdaisland/kaocha/0.0-521/doc/3-configuration - you might need a tests.edn

4
zane23:06:10

Ah. I have one, but I didn't realize that it wouldn't read the paths in deps.edn.

lread02:06:54

my pleasure!