chessh/test/server_test.exs
2022-12-19 01:39:10 -07:00

9 lines
135 B
Elixir

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