Current section
Files
Jump to
Current section
Files
test/elixir_elastic_test.exs
defmodule ElixirElasticTest do
use ExUnit.Case
doctest ElixirElastic
test "the truth" do
assert 1 + 1 == 2
end
end