Skip to content

Instantly share code, notes, and snippets.

@BrooklinJazz
Created June 8, 2021 01:02
Show Gist options
  • Save BrooklinJazz/7a4e7da6e5da14e8b6b40e38e6d80b4a to your computer and use it in GitHub Desktop.
Save BrooklinJazz/7a4e7da6e5da14e8b6b40e38e6d80b4a to your computer and use it in GitHub Desktop.
Elixir use example with ExUnit.Case
defmodule AssertionTest do
use ExUnit.Case, async: true
test "always pass" do
assert true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment