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

Add match.every and match.some (#1624) #1661

Merged
merged 4 commits into from Jan 21, 2018

Commits on Jan 16, 2018

  1. Add match.every (sinonjs#1624)

    Added new matcher - match.every, which matches on an object or
    iterable if all of the properties (or elements, respectively) match
    the given predicate.
    nivsherf committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    ac41ad1 View commit details
    Browse the repository at this point in the history
  2. Add match.some (sinonjs#1624)

    Added new matcher - match.some, which matches on an object or
    iterable if some of the properties (or elements, respectively) match
    the given predicate.
    nivsherf committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    fd3adc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Use refute instead of assert.isFalse

    Switching to refute in match.every and match.some tests
    nivsherf committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    2f1b0ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af132a1 View commit details
    Browse the repository at this point in the history