Skip to content

Commit 3ef3501

Browse files
committed
test,debugger: migrate node-inspect tests to core
Migrate the node-inspect tests to core (where node-inspect code now lives) and remove node-inspect from deps directory. PR-URL: nodejs#38161 Refs: nodejs#36481 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jan Krems <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent c6b4ab0 commit 3ef3501

File tree

76 files changed

+1083
-3933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1083
-3933
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,6 @@ test-pummel: all
565565
test-internet: all
566566
$(PYTHON) tools/test.py $(PARALLEL_ARGS) internet
567567

568-
test-node-inspect: $(NODE_EXE)
569-
USE_EMBEDDED_NODE_INSPECT=1 $(NODE) tools/test-npm-package \
570-
--install deps/node-inspect test
571-
572568
test-benchmark: | bench-addons-build
573569
$(PYTHON) tools/test.py $(PARALLEL_ARGS) benchmark
574570

deps/node-inspect/.editorconfig

-11
This file was deleted.

deps/node-inspect/.eslintrc

-147
This file was deleted.

deps/node-inspect/.github/workflows/ci.yml

-31
This file was deleted.

deps/node-inspect/.gitignore

-4
This file was deleted.

deps/node-inspect/.npmrc

-2
This file was deleted.

deps/node-inspect/.travis.yml

-13
This file was deleted.

0 commit comments

Comments
 (0)