@oazmi/kitchensink - v0.10.1
github
readme
src
dist
examples
Preparing search index...
testtaker
TestFunction
Type Alias TestFunction
TestFunction
:
(
t
:
TestContext
)
=>
MaybePromise
<
void
>
your test function. the first argument can be used for defining
sub-tests
within this test.
Type Declaration
(
t
:
TestContext
)
:
MaybePromise
<
void
>
Parameters
t
:
TestContext
Returns
MaybePromise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
src
dist
examples
@oazmi/kitchensink - v0.10.1
Loading...
your test function. the first argument can be used for defining sub-tests within this test.