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

Remove jest extended #2839

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Remove jest extended #2839

wants to merge 2 commits into from

Commits on Sep 18, 2024

  1. Remove jest-extended

    We used the matchers from jest-extended in 2 files, and it's possible to
    refactor those so it's not needed
    BPScott committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    979fa8b View commit details
    Browse the repository at this point in the history
  2. Remove toBeArrayOfUniqueItems custom matcher

    It is only ever used to assert that an array returned by Object.keys is
    unique, and that's always going to be true as an object can't have two
    keys with the same name.
    BPScott committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a863e85 View commit details
    Browse the repository at this point in the history