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-js-test
/
js.test
Package-level
declarations
Types
Functions
Types
Test
Result
Link copied to clipboard
typealias
TestResult
=
Promise
<
Void
>
Functions
run
Js
Test
Link copied to clipboard
fun
runJsTest
(
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
:
TestResult