Skip to content

Commit 800a804

Browse files
committed
test: remove dependency on unshipped tools
tools/node_modules is removed from the tarball so it should not be used as part of unit tests or benchmarks. Fixes: #51145
1 parent 228bc5c commit 800a804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/misc/startup-cli-version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const path = require('path');
1010
// indispensible part of the CLI.
1111
const bench = common.createBenchmark(main, {
1212
cli: [
13-
'tools/node_modules/eslint/bin/eslint.js',
13+
'deps/npm/bin/npx-cli.js',
1414
'deps/npm/bin/npm-cli.js',
1515
'deps/corepack/dist/corepack.js',
1616
],

0 commit comments

Comments
 (0)