jenot/test/jenot_test.exs
2024-11-16 19:16:03 +01:00

8 lines
132 B
Elixir

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