Music streaming on ATProto!
at main 221 B view raw
1defmodule CometWeb.PageControllerTest do 2 use CometWeb.ConnCase 3 4 test "GET /", %{conn: conn} do 5 conn = get(conn, ~p"/") 6 assert html_response(conn, 200) =~ "Peace of mind from prototype to production" 7 end 8end