David Khourshid

Results 454 comments of 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.

Haha, thanks for pointing this out! cc. @laurakalbag

@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)

🧹 Closing as Jest has since been upgraded