Current section

Files

Jump to
phoenix_test_playwright lib phoenix_test_playwright.ex
Raw

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