Package-level declarations

Types

Link copied to clipboard
typealias TestResult = Promise<Void>

Functions

Link copied to clipboard
fun runJsTest(block: suspend CoroutineScope.() -> Unit): TestResult