mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-29 11:11:19 +08:00
dae6d5c9c3
* Rename references * Update file and directory names * Fix homepage tests
8 lines
272 B
Elixir
8 lines
272 B
Elixir
defmodule LivebookWeb.LayoutViewTest do
|
|
use LivebookWeb.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
|