Commit graph

2 commits

Author SHA1 Message Date
Dario Piotrowicz
29626f8fb8
test: update startCLI to set --port=0 by default
update the `startCLI` debugging testing utility to set by default
the port to use to `0` (i.e. a random port)

PR-URL: https://github.com/nodejs/node/pull/59042
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2025-07-20 17:37:28 +00:00
Anjana Krishnakumar Vellore
70047b0c34
test: use await in test-debugger-invalid-json
Changes the promises to async/await in
test/parallel/test-debugger-invalid-json.

PR-URL: https://github.com/nodejs/node/pull/44689
Reviewed-By: Rich Trott <rtrott@gmail.com>
2022-09-29 19:54:46 +00:00
Renamed from test/parallel/test-debugger-invalid-json.js (Browse further)