Skip to content
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

test_runner: support using --inspect with --test #44520

Merged
merged 15 commits into from
Sep 10, 2022
Prev Previous commit
Next Next commit
lint
  • Loading branch information
MoLow committed Sep 8, 2022
commit c1a956c330170332d46a62bfd5cb0a85bc24781a
1 change: 0 additions & 1 deletion test/sequential/test-runner-inspect.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict';
import * as common from '../common/index.mjs';
import * as tmpdir from '../common/tmpdir.js';
import * as fixtures from '../common/fixtures.mjs';
Expand Down