-
Notifications
You must be signed in to change notification settings - Fork 638
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
chore: run test in Node.js #5258
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5258 +/- ##
=======================================
Coverage 95.76% 95.76%
=======================================
Files 457 457
Lines 37955 37955
Branches 5569 5569
=======================================
Hits 36346 36346
Misses 1568 1568
Partials 41 41 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! I think once we have this tool in good shape, we should somehow make available for users.
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Sounds a good idea, but at this point I have no idea how to resolve the external dependencies. This implementation doesn't include the resolution of |
An experimental PR to run test cases in Node.js
This change collects the test definitions using npm:@deno/shim-deno-test, and passes the collected test definitions to
test
API ofnode:test
prerequisite for #4313
You need to run
npm install
in_tools/node_test_runner
directory before runningdeno task test:node