We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cbfeb commit 353e7c9Copy full SHA for 353e7c9
mix.exs
@@ -42,7 +42,11 @@ defmodule Phoenix.MixProject do
42
aliases: aliases(),
43
source_url: @scm_url,
44
homepage_url: "https://www.phoenixframework.org",
45
- description: "Peace of mind from prototype to production"
+ description: "Peace of mind from prototype to production",
46
+ test_ignore_filters: [
47
+ &String.starts_with?(&1, "test/fixtures/"),
48
+ &String.starts_with?(&1, "test/support/")
49
+ ]
50
]
51
end
52
0 commit comments