Current section
Files
Jump to
Current section
Files
test/arangoex/job_test.exs
defmodule JobTest do
use MyArangoex.TestCase
doctest MyArangoex
# test "Returns async job", ctx do
# end
# test "Return result of an async job", ctx do
# end
# test "Cancel async job", ctx do
# end
# test "Deletes async job", ctx do
# end
# test "Returns list of async jobs", ctx do
# end
end