Node TAP
GitHub
node-tap.org
Preparing search index...
tap
main
worker
Variable worker
worker
:
{
(
filename
:
string
)
:
PromiseWithWorker
;
(
filename
:
string
,
name
?:
string
)
:
PromiseWithWorker
;
(
filename
:
string
,
options
:
WorkerOpts
,
name
?:
string
)
:
PromiseWithWorker
;
}
Type Declaration
(
filename
:
string
)
:
PromiseWithWorker
Start a Node Worker thread and parse its standard output as a child test
Parameters
filename
:
string
Returns
PromiseWithWorker
(
filename
:
string
,
name
?:
string
)
:
PromiseWithWorker
Start a Node Worker thread and parse its standard output as a child test
Parameters
filename
:
string
Optional
name
:
string
Returns
PromiseWithWorker
(
filename
:
string
,
options
:
WorkerOpts
,
name
?:
string
)
:
PromiseWithWorker
Start a Node Worker thread and parse its standard output as a child test
Parameters
filename
:
string
options
:
WorkerOpts
Optional
name
:
string
Returns
PromiseWithWorker
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
node-tap.org
Node TAP
Loading...
Start a Node Worker thread and parse its standard output as a child test