datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
kenny 2019-10-06T21:00:20.041100Z

We don't do very many frontend unit tests. All our tests are integration tests, testing typical user paths. Only unit/gen tests are on the more complex biz logic functions. Those are almost always functional and so we don't need to deal with state.

1👍
Quest 2019-10-06T21:36:03.041300Z

Understood, & thank you for the explanation! I've been struggling with this & it's good to hear that there's working solutions out there 🙂