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 c05ed4b commit 751fe00Copy full SHA for 751fe00
mix.exs
@@ -21,7 +21,9 @@ defmodule Phoenix.LiveView.MixProject do
21
homepage_url: "http://www.phoenixframework.org",
22
description: """
23
Rich, real-time user experiences with server-rendered HTML
24
- """
+ """,
25
+ # ignore misnamed test file warnings for e2e support files
26
+ test_ignore_filters: [&String.starts_with?(&1, "test/e2e/support")]
27
]
28
end
29
0 commit comments