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

feat: Propagate errors thrown in afterAll blocks #162

Merged
merged 1 commit into from Mar 29, 2017

Commits on Mar 29, 2017

  1. feat: Propagate errors thrown in afterAll blocks

    If an error is thrown in an afterAll block, it needs to be handled
    specially since the error isn't attached to a specific spec.  This
    change won't fail any specific test, but will cause a general failure
    which will still cause overall run failure.
    
    Closes karma-runner#161
    TheModMaker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    f3fa264 View commit details
    Browse the repository at this point in the history