Fork me on GitHub
#re-frame
<
2020-10-13
>
deadghost20:10:07

In the re-frame docs, 3 methods of building db are listed for testing: https://day8.github.io/re-frame/Testing/#event-handlers-setup-part-1. Anyone just generate the db using clojure.spec to good results?

deadghost20:10:50

Part 1 approach is very time consuming, Part 2 approach could require API services to be up to build the db, Part 3 approach could also require API services to be up as well

deadghost20:10:24

Generating the db for testing seems like an evolution/variation of the Part 1 approach