GitHub
node-tap.org
Preparing search index...
The search index is not available
Node TAP
Node TAP
tap
main
spawn
Function spawn
spawn
(
cmd
)
:
PromiseWithSpawn
Spawn a child process and parse its standard output as a subtest
Parameters
cmd
:
string
Returns
PromiseWithSpawn
spawn
(
cmd
,
options
,
name
?
)
:
PromiseWithSpawn
Parameters
cmd
:
string
options
:
SpawnOpts
Optional
name
:
string
Returns
PromiseWithSpawn
spawn
(
cmd
,
args
,
name
?
)
:
PromiseWithSpawn
Parameters
cmd
:
string
args
:
string
|
string
[]
Optional
name
:
string
Returns
PromiseWithSpawn
spawn
(
cmd
,
args
,
options
,
name
?
)
:
PromiseWithSpawn
Parameters
cmd
:
string
args
:
string
|
string
[]
options
:
SpawnOpts
Optional
name
:
string
Returns
PromiseWithSpawn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
node-tap.org
Node TAP
Loading...
Spawn a child process and parse its standard output as a subtest