Fork me on GitHub
#kaocha
<
2020-03-11
>
rickmoynihan12:03:32

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

rickmoynihan12:03:38

I get the following error though:

rickmoynihan12:03:56

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

plexus13:03:16

did you just upgrade to 0.0-601?

plexus13:03:40

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

rickmoynihan13:03:44

@U07FP7QJ0 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

plexus14:03:05

makes sense