Fork me on GitHub
#kaocha
<
2019-02-18
>
timgilbert15:02:39

Say, I'm seeing some odd behavior using --focus-meta and --watch. kaocha detects that my files have changed, says it's reloading the file, and reruns the tests, but it doesn't seem to pick up any code changes except for the ones in the test namespace itself. I need to kill and restart the process to actually get changes.

timgilbert15:02:12

Anyone else seen this? I'm wondering if maybe with my fixtures there's a closure being held onto or something.

timgilbert15:02:22

But lein-test-refresh seems to work correctly.