Fork me on GitHub
#kaocha
<
2020-06-21
>
lmergen10:06:56

hi all! i'm working a lot with checkout dependencies in my project, and one thing i noticed is that when you put kaocha in watch mode, it is not refreshing nor triggered by changes in checkout dependencies. is there any way to instruct kaocha to watch some additional paths? i do know that it's possible to explicitly ignore paths using :kaocha.watch/ignore, is there any opposite such as :kaocha.watch/include ?

lmergen10:06:12

is a way to do it to just add the checkout paths to the source paths ? will that not cause any friction anywhere else (e.g. it also executing the tests of the checkout deps) ?