wafer/test/chip_hop_test.exs
2019-12-20 10:24:51 +13:00

8 lines
138 B
Elixir

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