bivouac_nerves/test/bivouac_test.exs

9 lines
156 B
Elixir
Raw Permalink Normal View History

defmodule BivouacNervesTest do
2023-09-28 17:48:20 +13:00
use ExUnit.Case
doctest BivouacNerves
2023-09-28 17:48:20 +13:00
test "greets the world" do
assert BivouacNerves.hello() == :world
2023-09-28 17:48:20 +13:00
end
end