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

Change expect.not.objectContaining() to match documentation #10708

Merged
merged 3 commits into from Nov 5, 2020

Commits on Nov 4, 2020

  1. Test that ObjectNotContaining is as documented

    Asserts that ObjectNotContaining matches values which do not contain
    _all_ of the sample's properties.
    
    Asserts that ObjectNotContaining matches iff ObjectContaining does not
    match.
    ninevra committed Nov 4, 2020
    Copy the full SHA
    a4d69e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e8b007b View commit details
    Browse the repository at this point in the history
  3. Update changelog

    ninevra committed Nov 4, 2020
    Copy the full SHA
    708e68e View commit details
    Browse the repository at this point in the history