Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! test,debugger: migrate node-inspect tests…
Browse files Browse the repository at this point in the history
… to core
  • Loading branch information
Trott committed Apr 11, 2021
1 parent d25af5a commit e76f8bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/inspector-cli/test-inspector-cli-heap-profiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const common = require('../common');

common.skipIfInspectorDisabled();

if (!common.isMainThread) {
common.skip('process.chdir() is not available in workers');
}

const fixtures = require('../common/fixtures');
const startCLI = require('../common/inspector-cli');
const tmpdir = require('../common/tmpdir');
Expand Down

0 comments on commit e76f8bc

Please sign in to comment.