@exodus/test
npm
GitHub
Preparing search index...
@exodus/test/node
test
SuiteFn
Type Alias SuiteFn
SuiteFn
:
(
s
:
SuiteContext
)
=>
void
|
Promise
<
void
>
The type of a suite test function. The argument to this function is a
SuiteContext
object.
Type Declaration
(
s
:
SuiteContext
)
:
void
|
Promise
<
void
>
Parameters
s
:
SuiteContext
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
npm
GitHub
@exodus/test
Loading...
The type of a suite test function. The argument to this function is a SuiteContext object.