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: check target's type in .property assertion #992

Merged
merged 1 commit into from
Jun 19, 2017

Commits on Jun 10, 2017

  1. fix: check target's type in .property assertion

    Previously, the `.property` assertion failed ungracefully if the target was `null` or `undefined`. This commit causes an `AssertionError` to be thrown instead so that the ssfi flag and custom error messages are respected.
    meeber committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    e6ddf64 View commit details
    Browse the repository at this point in the history