krontab/src/commonTest/kotlin/dev/inmo/krontab/utils/RunTest.kt

9 lines
206 B
Kotlin

package dev.inmo.krontab.utils
import kotlinx.coroutines.CoroutineScope
/**
* Workaround to use suspending functions in unit tests
*/
expect fun runTest(block: suspend (scope : CoroutineScope) -> Unit)