This commit is contained in:
Marc-Eric Martel
2023-10-22 10:39:08 -04:00
commit a8ffb43ec8
12 changed files with 231 additions and 0 deletions

View File

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

View File

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