2022-07-25 19:31:54 -04:00
|
|
|
defmodule MemexWeb.LayoutViewTest do
|
|
|
|
use MemexWeb.ConnCase, async: true
|
2021-03-11 21:12:55 -05: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
|