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

Migrate from Jest to Vitest #249

Merged
merged 3 commits into from
Aug 14, 2024
Merged

Migrate from Jest to Vitest #249

merged 3 commits into from
Aug 14, 2024

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented Aug 14, 2024

Purpose

Vitest is a modern test framework built on top of Vite with first-class support for ESM, TypeScript and JSX. Its API is compatible with Jest's.

Approach and changes

  • Uninstall Jest and clean up related files
  • Install and configure Vitest

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

@connor-baer connor-baer marked this pull request as ready for review August 14, 2024 12:27
@connor-baer connor-baer merged commit 6b8dc64 into main Aug 14, 2024
2 checks passed
@connor-baer connor-baer deleted the chore/vitest branch August 14, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant