ytextensions/test/yt_ext_test.exs

9 lines
132 B
Elixir
Raw Normal View History

2024-12-18 13:42:34 +00:00
defmodule YtExtTest do
use ExUnit.Case
doctest YtExt
test "greets the world" do
assert YtExt.hello() == :world
end
end