aprs.me/lib/aprsme_web/channels
Graham McIntire 2a310c6685
Fix test warnings and failures
- Add Phoenix.LiveViewTest import to ConnCase to fix warnings
- Disable AppSignal in dev and test (only enable in prod)
- Explicitly disable clustering in test environment
- Fix PacketDistributor to check cluster_enabled before calling LeaderElection
- Add Phoenix.CodeReloader listener to mix.exs

This prevents tests from trying to call cluster-specific GenServers
(ConnectionMonitor, LeaderElection) that don't exist in test mode.
2025-10-25 17:41:58 -05:00
..
mobile_channel.ex Fix test warnings and failures 2025-10-25 17:41:58 -05:00
mobile_user_socket.ex Add mobile API for iOS/Android real-time packet streaming 2025-10-25 11:25:18 -05:00