reactor/test/reactor_test.exs
Zach Daniel 96fd561714 init
2023-04-18 18:23:04 -04:00

8 lines
138 B
Elixir

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