Current section

Files

Jump to
test_selector lib test_selector.ex
Raw

lib/test_selector.ex

defmodule TestSelector do
@moduledoc """
TestSelector module to import in test files.
"""
use TestSelector.HTML.Helpers
end