pre.hn/test/lain.exs

9 lines
129 B
Elixir
Raw Normal View History

2025-01-10 22:30:05 +00:00
defmodule LainTest do
use ExUnit.Case
doctest Lain
test "greets the world" do
assert Lain.hello() == :world
end
end