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 Map equality test #4404

Merged
merged 2 commits into from
Sep 14, 2017
Merged

fix Map equality test #4404

merged 2 commits into from
Sep 14, 2017

Commits on Sep 13, 2017

  1. fix Map equality test

    jestjs#4303 added code to check Set equality in an order-independent way, but
    applied that logic to all iterable objects. This change limits the scope of
    the special-case to just Set and Map, and corrects the Map case to test
    that both keys and values are equal.
    nigelzor committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    8d4f461 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8988c6 View commit details
    Browse the repository at this point in the history