Files
bunny-mask/test/bunny_mask_test.exs
2026-06-05 00:59:45 +02:00

9 lines
144 B
Elixir

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