plugins are keywords, not sure if that's the issue here but start with that, i.e. :plugins [:kaocha.plugin/cloverage]
if that's the issue then I'm very sorry you didn't get a more helpful error message. I think we have a ticket open for that though.
Has anyone managed to get kaocha-cljs cljs.repl.browser/repl-env
working in CI?
If anyone has, I'd appreciate if you shared your CI script. I've had no luck with chrome, firefox, xvfb-run, or macOS on Travis.
👋 I’m trying to run tests using kaocha-cloverage, but I also use the time-literals
library. Is there any way to (require 'time-literals.data-readers
before cloverage starts reading code? Otherwise, I get errors about missing reader functions’