transform/test/transform_test.exs

9 lines
144 B
Elixir
Raw Normal View History

2024-12-13 14:35:54 -05:00
defmodule TransformTest do
use ExUnit.Case
doctest Transform
test "greets the world" do
assert Transform.hello() == :world
end
end