Skip to content

Migrate to Vitest for JS tests #17

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

Merged
merged 2 commits into from
May 15, 2025
Merged

Migrate to Vitest for JS tests #17

merged 2 commits into from
May 15, 2025

Conversation

lorisleiva
Copy link
Member

@lorisleiva lorisleiva commented May 15, 2025

This PR replaces the AVA test framework with Vitest. This is mainly because Vitest provides more features out of the box such as Mocking and not having to pre-build TypeScript tests manually before running them. This will be useful as we add tests for higher-level helpers introduced in #15.

@lorisleiva lorisleiva marked this pull request as ready for review May 15, 2025 09:45
@lorisleiva lorisleiva merged commit f764763 into main May 15, 2025
5 checks passed
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