bump_server/test/bump_web/views/layout_view_test.exs
raphael 4e607a7e45 adds phoenix boilerplate and database api
- message communication added
- database migration added
- initial commit
2021-12-05 00:36:13 +01:00

9 lines
264 B
Elixir

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