Skip to content

Commit 3e4142f

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.
1 parent fc4757c commit 3e4142f

File tree

71 files changed

+943
-3830
lines changed

Some content is hidden

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

71 files changed

+943
-3830
lines changed

β€ŽMakefile

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 11 deletions
This file was deleted.

β€Ždeps/node-inspect/.eslintrc

Lines changed: 0 additions & 147 deletions
This file was deleted.

β€Ždeps/node-inspect/.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

β€Ždeps/node-inspect/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Ždeps/node-inspect/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždeps/node-inspect/.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
Β (0)