kotlinx.coroutines – Kotlin Programming Language (original) (raw)

TestResult

A test result.

Because of the behavior on JS, extra care must be taken when writing multiplatform tests to avoid losing test errors:

actual typealias TestResult = JsPromiseInterfaceForTesting(source)

actual typealias TestResult = JsPromiseInterfaceForTesting