pre.hn/test/lain.exs
2025-01-10 16:30:05 -06:00

8 lines
129 B
Elixir

defmodule LainTest do
use ExUnit.Case
doctest Lain
test "greets the world" do
assert Lain.hello() == :world
end
end