initial commit
This commit is contained in:
4
test/heroicons_test.exs
Normal file
4
test/heroicons_test.exs
Normal file
@ -0,0 +1,4 @@
|
||||
defmodule HeroiconsTest do
|
||||
use ExUnit.Case, async: true
|
||||
doctest Heroicons.Solid
|
||||
end
|
1
test/test_helper.exs
Normal file
1
test/test_helper.exs
Normal file
@ -0,0 +1 @@
|
||||
ExUnit.start()
|
Reference in New Issue
Block a user