Hi folks... I'm developing some BDD tests with kaocha.type/cucumber. The documentation says that when I run through a repl, I need to reset the glue cache with: (reset! lambdaisland.cucumber.jvm/glue-cache nil)
I'd like to use watch mode... is there a way I can hook clearing the glue-cache into either before or after a watch run is performed?