Fork me on GitHub
#pathom
<
2020-10-10
>
zilti20:10:50

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"

wilkerlucio22:10:11

the mutation is a map, extract ::pc/mutate from it, then call it

zilti23:10:50

Oh, nice! 🙂 Thank you!