kaocha

cjohansen 2022-06-07T05:53:00.036679Z

I get this with kaocha-cljs:

Identifier 'htmlDomApi' has already been declared
Is this a known error? Maybe config related?

plexus 2022-06-07T06:11:52.189639Z

I've never seen that before...

cjohansen 2022-06-07T06:28:16.955139Z

Hmm, ok. I initially guessed maybe htmlDomApi had something to do with nodejs/DOM shim, but I just realized that it probably comes from a JS dependency I have. So then the problem is likely that it is being loaded twice somehow. Ok, I’ll have a look at it.