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

Modernize unit test setup #4114

Merged
merged 20 commits into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. Rename vitest.config.ts to vitest.config.mts

      - This was done because the CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    68d718a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3eb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58a106e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7019ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f69f3b View commit details
    Browse the repository at this point in the history
  6. Add test:watch NPM script

    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ae7de6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50a1a64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    834a7c9 View commit details
    Browse the repository at this point in the history
  9. Bump msw

    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c4c874d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0820d20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6b4213 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a021617 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8a5f3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9576c3d View commit details
    Browse the repository at this point in the history
  15. Fix timeout tests

    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b3a2d59 View commit details
    Browse the repository at this point in the history
  16. Fix FormData tests

    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4212a97 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5def501 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e3d91a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e0cb187 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    21fe9fc View commit details
    Browse the repository at this point in the history