lib/playwright_test.ex
defmodule PlaywrightTest do
@moduledoc """
Documentation for `PlaywrightTest`.
"""
@doc """
Hello world.
## Examples
iex> PlaywrightTest.hello()
:world
"""
def hello do
:world
end
end
defmodule PlaywrightTest do
@moduledoc """
Documentation for `PlaywrightTest`.
"""
@doc """
Hello world.
## Examples
iex> PlaywrightTest.hello()
:world
"""
def hello do
:world
end
end