Uh oh!
There was an error while loading. Please reload this page.
test: migrate util message tests from Python to JS - #62705
Conversation
Removed unnecessary require statement for common module.
…ormat Updated error cause snapshots to reflect changes in error handling and stack traces.
Vansh1811
commented
Apr 20, 2026
Hi team! This PR migrates The implementation is complete — could a collaborator please trigger CI by running |
This pull request has been marked as stale due to 90 days of inactivity. |
Vansh1811
commented
Jul 29, 2026
Still relevant — reopening for review. @nodejs-github-bot run CI This PR is ready for review; implementation is complete. Could a collaborator please trigger CI and take a look when possible? Thanks! |
Migrates
test/message/util_inspect_errorandtest/message/util-inspect-error-causetests from the Python-based test runner to JavaScript, following the established pattern from #47498.Changes:
test/message/util_inspect_error.jstotest/fixtures/util/util_inspect_error.js(updatesrequirepath)test/message/util_inspect_error.outtotest/fixtures/util/util_inspect_error.snapshottest/message/util-inspect-error-cause.jstotest/fixtures/util/util-inspect-error-cause.js(updatesrequirepath)test/message/util-inspect-error-cause.outtotest/fixtures/util/util-inspect-error-cause.snapshottest/parallel/test-node-output-util.mjsas the JS test runner usingassertSnapshot.spawnAndAssert.jsand.outfiles fromtest/message/Closes#47707 (partial - migrates util tests)
Ref: #47707