include/lightspeed@testing_SimulationState.hrl
-record(simulation_state, {
mounted_route :: gleam@option:option(binary()),
rendered_views_rev :: list(binary()),
patches_rev :: list(lightspeed@testing:patch_record()),
pushed_events_rev :: list(lightspeed@testing:event_record()),
subscriptions_rev :: list(binary()),
navigation_to :: gleam@option:option(binary()),
shutdown_reason :: gleam@option:option(binary()),
telemetry_rev :: list(binary()),
errors_rev :: list(binary())
}).