-
Notifications
You must be signed in to change notification settings - Fork 166
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
Use Node.js built-in test runner in templates #632
Comments
I admit Node.js test runner is pretty new, just started on Node.js 18, so maybe it would be implemented behind a flag until all maintained versions have support for it (about two years from now) and later remove the flag and enable it by default. |
Since now Node.js 18 is the oldest maintained version, can we implement this now? :-) |
Let's do it. |
Great, I'll try to find some time to do a PR, I have just today created a new Fastify project and after upgrading dependencies, found that |
Prerequisites
🚀 Feature Proposal
In same spirit to #631, use the Node.js built-in test runner instead of tap, they are mostly compatibles and would remove an extra dependency.
Motivation
Use standard built-in modules and reduce dependencies.
Example
No response
The text was updated successfully, but these errors were encountered: