Skip to content

Commit

Permalink
fixup! test,debugger: migrate node-inspect tests to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Apr 11, 2021
1 parent fadaa46 commit fdd596e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/inspector-cli/test-inspector-cli-auto-resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ common.skipIfInspectorDisabled();

const fixtures = require('../common/fixtures');
const startCLI = require('../common/inspector-cli');
const { addLibraryPath } = require('../common/shared-lib-util');

const assert = require('assert');
const path = require('path');

addLibraryPath(process.env);

// Auto-resume on start if the environment variable is defined.
{
const scriptFullPath = fixtures.path('inspector-cli', 'break.js');
Expand Down

0 comments on commit fdd596e

Please sign in to comment.