What is the approach to test a pathom mutation? I have a mocked env, I basically just need a way to synchronously call the mutation "like a function"
the mutation is a map, extract ::pc/mutate from it, then call it
Oh, nice! 🙂 Thank you!