ash/test/ash_test.exs

6 lines
89 B
Elixir
Raw Permalink Normal View History

2019-10-03 16:08:36 +13:00
defmodule AshTest do
2020-06-02 17:47:25 +12:00
@moduledoc false
2019-12-06 20:00:26 +13:00
use ExUnit.Case, async: true
2019-10-03 16:08:36 +13:00
doctest Ash
end