You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've navigated nodejs document and noticed that the test runner is available in node 20, I think it would be great if we reserve both mocha (for node before version 20.0) and nodejs test runner (for node after version 20.0).
Would you like to create a pull request? Your contribution is welcome!
@xujuntwt95329 I have an issue with the fact the mocha tests require an import "mocha" in the TypeScript files, where as I have removed that from the node test runner versions. I do not think its a good idea to duplicate all the test source code.
Hi,
As an initial experiment I moved the tests from Mocha to Node.js Test Runner.
https://github.com/AaronNGray/Wasmnizer-ts/tree/nodejs-test-runner
Thought you might want to take a look !
The text was updated successfully, but these errors were encountered: