I’m trying to use kaocha-cljs and essentially recreate the README example but in my project
I get the following error though:
Config for the test suite is:
,,,
{:id :unit-cljs
:type :kaocha.type/cljs
:test-paths ["test"]
:source-paths ["src"]
:cljs/repl-env :cljs.repl.node/repl-env
:cljs/compiler-options {}
}
did you just upgrade to 0.0-601?
we just released a new kaocha an hour ago or so, but kaocha-cljs is going to need an upgrade I think
@plexus I’m currently on 0.0-554
Though I’ve just realised the lack of shadow-cljs/npm stuff is likely an issue for us; so have for now decided to use shadow to run these tests
makes sense