Current section
Files
Jump to
Current section
Files
lib/phoenix_test_playwright.ex
defmodule PhoenixTestPlaywright do
@moduledoc """
Documentation for `PhoenixTestPlaywright`.
"""
@doc """
Hello world.
## Examples
iex> PhoenixTestPlaywright.hello()
:world
"""
def hello do
:world
end
end