chessh/test/server_test.exs

9 lines
135 B
Elixir
Raw Normal View History

2022-12-19 03:37:10 -05:00
defmodule ChesshTest do
use ExUnit.Case
doctest Chessh
test "greets the world" do
assert Chessh.hello() == :world
end
end