sloane.sh/test/sloane_sh_test.exs
2024-02-16 16:09:35 -05:00

8 lines
141 B
Elixir

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