ash/test/ash_test.exs
2020-06-02 01:47:25 -04:00

5 lines
89 B
Elixir

defmodule AshTest do
@moduledoc false
use ExUnit.Case, async: true
doctest Ash
end