diff --git a/test/helpers/authentication_helpers.ex b/test/helpers/authentication_helpers.ex index 35b6a63..33b7999 100644 --- a/test/helpers/authentication_helpers.ex +++ b/test/helpers/authentication_helpers.ex @@ -1,4 +1,6 @@ defmodule Chess.AuthenticationHelpers do + @moduledoc false + use Wallaby.DSL import Wallaby.Query diff --git a/test/helpers/form_helpers.ex b/test/helpers/form_helpers.ex index 358ef9c..807e38a 100644 --- a/test/helpers/form_helpers.ex +++ b/test/helpers/form_helpers.ex @@ -1,4 +1,6 @@ defmodule Chess.FormHelpers do + @moduledoc false + use Wallaby.DSL import Wallaby.Query