legendary-doc-site/apps/app/test/app/views/layout_view_test.exs
2020-07-29 12:07:36 -05:00

8 lines
256 B
Elixir

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