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

Breaking: Change .not.property(name, val) behavior #744

Merged
merged 1 commit into from
Aug 14, 2016

Commits on Jul 24, 2016

  1. Breaking: Change .not.property(name, val) behavior

    - Previously, `expect(obj).not.property(name, val)` would throw an Error
    if `obj` didn't have a property named `name`. This change causes the
    assertion to pass instead.
    - assert.propertyNotVal renamed to assert.notPropertyVal
    - assert.deepPropertyNotVal renamed to assert.notDeepPropertyVal
    meeber committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    576489a View commit details
    Browse the repository at this point in the history