Files
exproj/test/exproj_test.exs
2025-08-27 07:44:17 +02:00

9 lines
135 B
Elixir

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