| 1 | // Tests that --help / -h are forwarded to the debuggee when a script is |
| 2 | // also passed, instead of being hijacked as the inspect help flag. |
| 3 | |
| 4 | import { skipIfInspectorDisabled } from '../common/index.mjs'; |
nothing calls this directly
no test coverage detected