mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
2bb4fdef5e
The WebSocket dependency of ActionCable.Connection was made configurable
in 66901c1849
However, the reference here in Connection#getState was not updated to
use the configurable property. This change remedies that and adds a test
to verify it. Additionally, it backfills a test to ensure that
Connection#open uses the configurable property.
6 lines
195 B
JavaScript
6 lines
195 B
JavaScript
import "./test_helpers/index"
|
|
import "./unit/action_cable_test"
|
|
import "./unit/connection_test"
|
|
import "./unit/consumer_test"
|
|
import "./unit/subscription_test"
|
|
import "./unit/subscriptions_test"
|