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

feat: replace jest with vitest #449

Merged
merged 2 commits into from
Mar 13, 2024
Merged

feat: replace jest with vitest #449

merged 2 commits into from
Mar 13, 2024

Conversation

dstaley
Copy link
Contributor

@dstaley dstaley commented Mar 13, 2024

This PR replaces Jest with Vitest, which completely eliminates our custom configuration. It plays well with ES modules, TypeScript, and JSX out of the box.

The createDescribe helper function was removed since there seems to be a weird edge case where async beforeAll functions are not run in the correct order.

@dstaley dstaley merged commit 08c1219 into v5 Mar 13, 2024
3 checks passed
@dstaley dstaley deleted the ds.v5-vitest branch March 13, 2024 23:52
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