<@U0RNPHX0X> how do you get hold of the `extension...
# spek
h
@raniejade how do you get hold of the
extensionRegistry
in this example?
Copy code
inline fun <reified T> Dsl.mock(): ObjectDelegate<T> {
    return extensionRegistry.getExtension(MockitoExtension::class)
        .mock()
}