toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.test
/
SuiteFn
Suite
Fn
typealias
SuiteFn
=
(
s
:
SuiteContext
)
->
PromiseResult
<
Void
>
(
source
)
The type of a suite test function. The argument to this function is a {@link SuiteContext} object.