2021-03-05 19:23:32 -05:00
|
|
|
defmodule Shift73kWeb.LayoutViewTest do
|
|
|
|
use Shift73kWeb.ConnCase, async: true
|
2020-09-12 18:43:17 -04:00
|
|
|
|
|
|
|
# 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
|