Current section

Files

Jump to
combo_new templates inertia-react test web controllers page_controller_test.exs
Raw

templates/inertia-react/test/web/controllers/page_controller_test.exs

defmodule MyApp.Web.PageControllerTest do
use MyApp.Web.ConnCase
test "GET /", %{conn: conn} do
conn = get(conn, "/")
assert html_response(conn, 200) =~ "Home"
end
end