Fork me on GitHub
#clojurescript
<
2021-10-08
>
Lycheese10:10:52

How do I access an element of a js array with its index in cljs?

tianshu12:10:46

Is there a library for better test output for CLJS in node?

Chris McCormick12:10:43

the native tape module has worked for me in the past: https://www.npmjs.com/package/tape

tianshu14:10:58

Isn't it designed for javascript? I've already using clojure.test in CLJS, I just want a better output, for example, output with diff between expected and actual value.

👍 1
steveb8n21:10:26

One trick is to use editscript or another diff lib in your assertions