Fork me on GitHub
#re-frame
<
2019-08-05
>
knubie02:08:35

Does anyone have recommendations for testing setups / test runners?

nenadalm19:08:13

I use figwheel-main for frontend on latest project: https://figwheel.org/docs/testing.html with humane-test-output lib that shows nice diffs if maps are a bit different: https://github.com/bhauman/cljs-test-display/issues/5#issuecomment-513466074

knubie20:08:41

Thanks for the suggestion, humane-test-output looks like what I’m after.

knubie02:08:04

A lot of my tests are comparing app-db outputs, and i’m finding it difficult to read when there’s a lot of data in the maps