Packages

A simple Elixir wrapper around the Todoist REST api

Current section

Files

Jump to
todoist_elixir test todoist_elixir_test.exs
Raw

test/todoist_elixir_test.exs

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