Add PhoenixTest case

This commit is contained in:
2024-11-03 13:44:51 +01:00
parent a9e2ca5cf6
commit fcc9058654
5 changed files with 19 additions and 0 deletions

View File

@@ -16,3 +16,5 @@ config :phoenix, :plug_init_mode, :runtime
# Enable helpful, but potentially expensive runtime checks
config :phoenix_live_view,
enable_expensive_runtime_checks: true
config :phoenix_test, :endpoint, MihainatorWeb.Endpoint