Web Dev Solutions

Catalin Mititiuc

From d90365c58497274f65cd0c7b05606029bd756065 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 5 Dec 2024 08:47:27 -0800 Subject: Initial commit --- test/pandoc_test.exs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/pandoc_test.exs (limited to 'test/pandoc_test.exs') diff --git a/test/pandoc_test.exs b/test/pandoc_test.exs new file mode 100644 index 0000000..1a4c067 --- /dev/null +++ b/test/pandoc_test.exs @@ -0,0 +1,8 @@ +defmodule PandocTest do + use ExUnit.Case + doctest Pandoc + + test "greets the world" do + assert Pandoc.hello() == :world + end +end -- cgit v1.2.3