Hey, does it make sense to discuss adding recipes in a sample folder or something like that?
E.g. for some cases it makes sense to override the Dispatchers.Main with setMain, which then should probably be done with something like:
@InterceptTest
val mainDispatcherInterceptor = CoroutinesTestInterceptor {
Dispatchers.setMain(StandardTestDispatcher(it.scope.testScheduler)
it()
Dispatchers.resetMain()
}
Hey, does it make sense to discuss adding recipes in a sample folder or something like that?
E.g. for some cases it makes sense to override the Dispatchers.Main with setMain, which then should probably be done with something like: