ash_graphql/test/ash_graphql_test.exs
Zach Daniel 369f098cef
init
2020-05-01 12:32:56 -04:00

8 lines
147 B
Elixir

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