sam
02/06/2021, 7:08 PMwasyl
02/06/2021, 8:01 PM.config(timeout = …, enabled = …)
and also .config(config: TestConfigBuilder.() -> Unit
so that the first one can delegate to the second oneval config: TestConfigBuilder.() -> Unit = configBuilder { … }
sam
02/06/2021, 8:45 PM