Replies: 2 comments 2 replies
-
Hello @darcyrush, This will be added soon, I'll let you know :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@darcyrush would like to create a PR for this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The native node:test module has been available since node 18, with improved test runner support since node 21. I believe that from node 22, it even supports both CJS and ESM mocking. Unlike other libraries, it's mocking module and test runner don't use magic, so testing and developing at the same time is less fatiguing. Moreover, as a native module, it will be supported as long as Node is developed.
Would you please consider adding (at least CJS) support for the native
node:test
module.Beta Was this translation helpful? Give feedback.
All reactions