kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-03-11T12:24:32.113900Z

I’m trying to use kaocha-cljs and essentially recreate the README example but in my project

2020-03-11T12:24:38.114100Z

I get the following error though:

2020-03-11T12:24:56.114500Z

2020-03-11T12:25:56.115400Z

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 {}
                  }

plexus 2020-03-11T13:23:16.116100Z

did you just upgrade to 0.0-601?

plexus 2020-03-11T13:23:40.116500Z

we just released a new kaocha an hour ago or so, but kaocha-cljs is going to need an upgrade I think

2020-03-11T13:51:44.116900Z

@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

plexus 2020-03-11T14:39:05.117100Z

makes sense