Add Styler

This commit is contained in:
2025-01-27 14:44:09 +01:00
parent c5b01954d7
commit df1b84d5f4
34 changed files with 198 additions and 193 deletions

View File

@@ -19,15 +19,14 @@ defmodule TradexWeb.ConnCase do
using do
quote do
use TradexWeb, :verified_routes
import Phoenix.ConnTest
import Plug.Conn
import TradexWeb.ConnCase
# The default endpoint for testing
@endpoint TradexWeb.Endpoint
use TradexWeb, :verified_routes
# Import conveniences for testing with connections
import Plug.Conn
import Phoenix.ConnTest
import TradexWeb.ConnCase
end
end