Is it possible to somehow access <XCTestExpectatio...
# kotlin-native
j
Is it possible to somehow access XCTestExpectation in *iosTest*s? Or is there another mechanism for testing async code that calls back on the main thread? iOS tests execute on the main thread, which causes callbacks to deadlock with the test code waiting on it.