This repository has been archived on 2022-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
dedibox_prices/test/dedibox_prices_web/views/layout_view_test.exs

9 lines
282 B
Elixir

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