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 to Node.js's test runner from Jest #1697

Merged
merged 43 commits into from
May 28, 2024
Merged

Migrate to Node.js's test runner from Jest #1697

merged 43 commits into from
May 28, 2024

Conversation

munierujp
Copy link
Member

@munierujp munierujp commented May 12, 2024

close #1696

Some tests are skipped because they are difficult to mock. When the mock.module function has implemented in the node:test module, those tests can be implemented.1

Footnotes

  1. https://github.com/nodejs/node/pull/52848

@munierujp munierujp self-assigned this May 12, 2024
@munierujp munierujp changed the title Replace Jest with Node.js's test runner Migrate to Node.js's test runner from Jest May 14, 2024
@npm-update-package npm-update-package deleted a comment from github-actions bot May 26, 2024
@munierujp munierujp marked this pull request as draft May 26, 2024 16:53
@munierujp munierujp marked this pull request as ready for review May 27, 2024 18:33
This reverts commit 4a85213.
@munierujp munierujp merged commit f529871 into master May 28, 2024
7 checks passed
@munierujp munierujp deleted the remove-jest branch May 28, 2024 00:20
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.

Replace Jest with Node.js's test runner
1 participant