kotest-core / io.kotest.core.runtime / KotestAdapter

KotestAdapter

object KotestAdapter

Kotest adapter for kotlin js test support.

Functions

suite

fun suite(name: String, ignored: Boolean, suiteFn: () -> Unit): Unit

test

fun test(name: String, ignored: Boolean, testFn: () -> Any?): Unit