Current section
Files
Jump to
Current section
Files
test/todoist_elixir_test.exs
defmodule TodoistElixirTest do
use ExUnit.Case
doctest TodoistElixir
test "greets the world" do
assert TodoistElixir.hello() == :world
end
end