Remove tests

This commit is contained in:
Mirai Kumiko 2025-06-06 16:04:36 +02:00
parent 2bef6b9d6d
commit 762914c3c6
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
4 changed files with 0 additions and 171 deletions

View file

@ -1,8 +0,0 @@
defmodule NullaWeb.PageControllerTest do
use NullaWeb.ConnCase
test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
end
end