re-frame

eraserhd 2026-02-10T16:17:34.837079Z

I'm at a point with my testing that I need to either inject UUIDs or implement pattern matching/unification in my testing macro. I know there was an example in the docs of injecting uuid cofx, but it only handled a single uuid. I need multiple uuids, reproducible for testing, and I don't like the test depending on number of UUIDs or generation order. This sounds likely an impossible set of requirements.

eraserhd 2026-02-10T16:53:06.879199Z

I think I found a pretty obvious solution really, just to pass in a map. Sometimes I overthink things.

😁 1