Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix asserting a throw in a catch block #298

Merged
merged 1 commit into from
Sep 4, 2019
Merged

Fix asserting a throw in a catch block #298

merged 1 commit into from
Sep 4, 2019

Commits on Aug 14, 2019

  1. Fix asserting a throw in a catch block

    This wraps the `throw` call on the generator to catch any errors that
    might get thrown in a catch block. Now `expectSaga` can assert on errors
    thrown in the saga's catch blocks.
    
    Fixes #296
    AzureMarker committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    fca2c5c View commit details
    Browse the repository at this point in the history