When using paparazzi, is there a good way to run t...
# squarelibraries
l
When using paparazzi, is there a good way to run the composables without recording a snapshot? I have a composable that takes a couple of frames to perform an incremental layout process. I want to test that it’s properly laid out in 5 ticks, but I don’t quite care what happens for the first 4. I’m currently passing names ‘frame$i’ as names for the snapshots, but if I make improvements and it can finish in fewer ticks, I don’t want tests to flag it. I really only care that the 5th tick looks right.