Initial commit

This commit is contained in:
2024-05-10 21:41:50 +02:00
commit 4e84fcd52f
7 changed files with 108 additions and 0 deletions

View File

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

1
test/test_helper.exs Normal file
View File

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