Skip to content

Commit

Permalink
test_ignore_filters: ignore expected files
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Dec 29, 2024
1 parent 61cbfeb commit 353e7c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ defmodule Phoenix.MixProject do
aliases: aliases(),
source_url: @scm_url,
homepage_url: "https://www.phoenixframework.org",
description: "Peace of mind from prototype to production"
description: "Peace of mind from prototype to production",
test_ignore_filters: [
&String.starts_with?(&1, "test/fixtures/"),
&String.starts_with?(&1, "test/support/")
]
]
end

Expand Down

0 comments on commit 353e7c9

Please sign in to comment.