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?
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
Generating the db for testing seems like an evolution/variation of the Part 1 approach