init: igniter.new

This commit is contained in:
2026-03-13 17:42:49 +01:00
parent 9b8ce9ab3d
commit 001748613e
8 changed files with 104 additions and 3 deletions

8
test/parrhesia_test.exs Normal file
View File

@@ -0,0 +1,8 @@
defmodule ParrhesiaTest do
use ExUnit.Case
doctest Parrhesia
test "greets the world" do
assert Parrhesia.hello() == :world
end
end

1
test/test_helper.exs Normal file
View File

@@ -0,0 +1 @@
ExUnit.start()