Extract LiveView async test helper

This commit is contained in:
Claudio Ortolina
2026-05-16 22:27:46 +01:00
parent 4fa05d6ad1
commit 90ac4fa23a
10 changed files with 90 additions and 49 deletions
-1
View File
@@ -14,7 +14,6 @@ defmodule MusicLibraryWeb.ConnCase do
import Phoenix.LiveViewTest,
# The default endpoint for testing
only: [
render_async: 1,
render_change: 1,
render_click: 3,
render_hook: 2,