Skip to content

Commit

Permalink
test_ignore_filters: ignore e2e support files
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Dec 29, 2024
1 parent c05ed4b commit 751fe00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ defmodule Phoenix.LiveView.MixProject do
homepage_url: "http://www.phoenixframework.org",
description: """
Rich, real-time user experiences with server-rendered HTML
"""
""",
# ignore misnamed test file warnings for e2e support files
test_ignore_filters: [&String.starts_with?(&1, "test/e2e/support")]
]
end

Expand Down

0 comments on commit 751fe00

Please sign in to comment.