Skip to content

Commit

Permalink
fixup! test,debugger: migrate node-inspect tests to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Apr 9, 2021
1 parent cfeb70c commit 0675754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,12 +834,12 @@ socket.write(http2.kClientMagic);

Provides common functionality for tests for `node inspect`.

### `startCLI(args[[, flags], spawnOpts])`
### `startCLI(args[[, flags], spawnOpts])`

* `args` [<string>][]
* `flags` [<string>][] default = []
* `showOpts` [<object] default = {}
* return [<Object>]
* `showOpts` [<Object>][] default = {}
* return [<Object>][]

Returns a null-prototype object with properties that are functions and getters
used to interact with the `node inspect` CLI. These functions are:
Expand Down

0 comments on commit 0675754

Please sign in to comment.