David Khourshid
David Khourshid
`inspect(...)` can take in a serializer: ```ts inspect({ iframe: false, devTools, serialize: (_key, value) => { if (value instanceof Map) { // convert map to object } return value; }...
Very strange - will investigate this. Note that we are moving away from Elk in the near future.
@Andarist Is this feasible?
Haha, thanks for pointing this out! cc. @laurakalbag
cc. @Andarist is this possible?
@Andarist Perhaps the right thing to do is to stop all running actors if an error occurs?
The event is different in the `provide` block because we can't predict what event the action will be called with in there (at least not yet). I would recommend asserting...
That's a great idea (cc. @Andarist)
cc. @Andarist ^ Looks like a good potential fix
🧹 Closing as Jest has since been upgraded