This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/test/augie_web/views/layout_view_test.exs
2020-05-02 19:09:46 +12:00

8 lines
266 B
Elixir

defmodule AugieWeb.LayoutViewTest do
use AugieWeb.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