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

Replace fetch-mock dependency with Sinon mocks #8794

Merged
merged 1 commit into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Replace fetch-mock dependency with sinon mocks

    The `window.fetch` API is simple enough that we can mock it with the same Sinon
    mocks that we use in the rest of the code. This gives us one less dependency to
    manage and also aligns with how we do `fetch` mocking in other apps.
    robertknight committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e9434b5 View commit details
    Browse the repository at this point in the history