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 MockFunctions example that was using toContain instead of toContainEqual #8765

Merged
merged 3 commits into from Jul 31, 2019

Commits on Jul 30, 2019

  1. Update MockFunctions - toContain -> toContainEqual

    toContain won't work in this case, because it will try to compare arrays with Object.is, not equality.
    felipepastorelima committed Jul 30, 2019
    Copy the full SHA
    e33a555 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    felipepastorelima committed Jul 30, 2019
    Copy the full SHA
    16951bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    28adc2a View commit details
    Browse the repository at this point in the history