jessewilson
@Test fun happyPath() = runTest { val helloWorld = document.createElement("div").apply { appendElement("h1") { appendText("hello world") } } snapshotter.snapshot(helloWorld, "happyPath", Frame.None) }
A modern programming language that makes developers happier.