We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank god Node 20 stabilized the node test runner. We can finally toss out jest and all the garbage we need just to get it to run correctly.
Ask here is to replace jest with the node test runner, bringing in expect for assertions, and using an on demand TS/ESM transformer.
No more transforms, extension hell, or other Jest-isms. Just good old fashioned NodeJS BABY!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Thank god Node 20 stabilized the node test runner. We can finally toss out jest and all the garbage we need just to get it to run correctly.
Ask here is to replace jest with the node test runner, bringing in expect for assertions, and using an on demand TS/ESM transformer.
No more transforms, extension hell, or other Jest-isms. Just good old fashioned NodeJS BABY!
The text was updated successfully, but these errors were encountered: