Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
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.