Packages

A graph domain library for Elixir.

Current section

Files

Jump to
avocado test avocado_test.exs
Raw

test/avocado_test.exs

defmodule AvocadoTest do
use ExUnit.Case
doctest Avocado
test "the truth" do
assert 1 + 1 == 2
end
end