Phoenix.LiveViewTest.assert_push_event
You're seeing just the macro
assert_push_event
, go back to Phoenix.LiveViewTest module for more information.
Asserts an event will be pushed within timeout
.
Examples
assert_push_event view, "scores", %{points: 100, user: "josé"}