You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO(jwilson): should we make this Crashed instead?
val view1 = treehouseView("view1")
content.bind(view1)
content.awaitCodeDetached("boom!")
// TODO(jwilson): should we make this Crashed instead?
assertThat(view1.children.single()).isInstanceOf<Loading<*>>()
content.unbind()
}
The text was updated successfully, but these errors were encountered:
redwood/redwood-treehouse-host/src/commonTest/kotlin/app/cash/redwood/treehouse/TreehouseAppContentTest.kt
Line 468 in 0140f64
The text was updated successfully, but these errors were encountered: