Files
bertex/bert/test/bert_test.exs
2025-12-05 16:59:24 -05:00

9 lines
129 B
Elixir

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