I’m trying to write a test of a function that uses the datoms function. I transact data, and get back a db-after that contains the new data; however, if I run datoms
on db-after
or even a call to (d/db connection)
I do not see the datoms in the stream.
This test was working fine with an on-prem memdb, but I’m trying to port it to the memdb support of dev-local. I see all of the base schema datoms.
I’m guessing the “live index” in dev-local isn’t included in the db-after?