jessewilson
09/09/2025, 3:40 PM@Test
fun happyPath() = runTest {
val helloWorld = document.createElement("div").apply {
appendElement("h1") {
appendText("hello world")
}
}
snapshotter.snapshot(helloWorld, "happyPath", Frame.None)
}