aboutsummaryrefslogtreecommitdiff
path: root/test/waev_web/views/layout_view_test.exs
blob: 3c0218744f2a58886be95336ca4064d723d7076b (plain) (blame)
1
2
3
4
5
6
7
8
defmodule WaevWeb.LayoutViewTest do
  use WaevWeb.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