Current section

Files

Jump to
elixir_github_actions test app_test.exs
Raw

test/app_test.exs

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