Files
homepage/test/homepage_web/views/layout_view_test.exs
Rüdiger Diedrich 9d8fad95d3 first version
- content on index
- tailwind setup
2022-04-28 09:58:07 +02:00

9 lines
272 B
Elixir

defmodule HomepageWeb.LayoutViewTest do
use HomepageWeb.ConnCase, async: true
# When testing helpers, you may want to import Phoenix.HTML and
# use functions such as safe_to_string() to convert the helper
# result into an HTML string.
# import Phoenix.HTML
end