implementation("com.javiersc.run-blocking:suspend-test:0.1.0-beta.2")
Facilitates unit testing of suspend functions by providing a `suspendTest` function that allows writing tests for suspend functions without blocking the main thread.