Skip to content

test: verify inspector help url works

This commit adds basic functionality testing of the help URL printed when the inspector starts.

Refs: https://github.com/nodejs/node/pull/19871

Note that this test will fail until https://github.com/nodejs/node/pull/19871 or https://github.com/nodejs/build/pull/1219 land. If you want to see it working until then, just add + '/' to the end of helpUrl.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading