Testing exception thrown by mock in Jest
I’m trying to test for an async function to properly handle an exception getting thrown by a dependency call to another async function within its body.
I’m trying to test for an async function to properly handle an exception getting thrown by a dependency call to another async function within its body.