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

Bump to Node 20 and replace jest with built-in test runner #33

Closed
dyst5422 opened this issue Apr 18, 2023 · 0 comments · Fixed by #34
Closed

Bump to Node 20 and replace jest with built-in test runner #33

dyst5422 opened this issue Apr 18, 2023 · 0 comments · Fixed by #34

Comments

@dyst5422
Copy link
Collaborator

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!

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 a pull request may close this issue.

1 participant