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 mocha to Jest #1712

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Migrate from mocha to Jest #1712

wants to merge 1 commit into from

Conversation

luin
Copy link
Collaborator

@luin luin commented Jan 25, 2023

Jest seems to be more popular than mocha and the API is nicer to work with.

@silverwind
Copy link
Contributor

silverwind commented Feb 10, 2023

Jest has many issues related to ESM. I can recommend vitest as a Jest replacement, its API is almost completely compatible with Jest, see migration docs. I guess the only downside to vitest is that it brings the vite dependency which is heavyweight.

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.

None yet

2 participants