vivid_png/test/vivid_png_test.exs
2017-01-12 08:40:31 +13:00

8 lines
120 B
Elixir

defmodule Vivid.PNGTest do
use ExUnit.Case
doctest Vivid.PNG
test "the truth" do
assert 1 + 1 == 2
end
end