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

chore(deps-dev): remove unused @testing-library/ deps #569

Merged

Commits on Aug 22, 2024

  1. chore(deps-dev): remove unused @testing-library/ deps

    - they're not used in the repo
      - I guess I missed these in my previous removals and assumed they were used or something
      - there aren't that many tests in this repo either
        - while `testing-library` is the preferred tool in the ecosystem these days, `enzyme` is still used in this repo
          - potentially could be replaced by `testing-library`, but not necessarily worthwhile given the deprecated state of this repo
    
    - also automatically reorder the `@types/uuid` dep
      - happens automatically on a `yarn add` or `yarn remove`, I just left it out from previous removals as they were much larger and so it could be distracting
    
    Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
    agilgur5 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aa04e18 View commit details
    Browse the repository at this point in the history