@substrate-system/tapout
Preparing search index...
runTestsInBrowser
Function runTestsInBrowser
runTestsInBrowser
(
testCode
:
string
,
options
?:
{
browser
?:
SupportedBrowser
;
customTimeout
?:
boolean
;
outdir
?:
string
;
outfile
?:
string
;
reporter
?:
"tap"
|
"html"
;
timeout
?:
number
;
}
,
)
:
Promise
<
void
>
Parameters
testCode
:
string
options
:
{
browser
?:
SupportedBrowser
;
customTimeout
?:
boolean
;
outdir
?:
string
;
outfile
?:
string
;
reporter
?:
"tap"
|
"html"
;
timeout
?:
number
;
}
= {}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@substrate-system/tapout
Loading...