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 e7aade8 commit 72fbe1cCopy full SHA for 72fbe1c
packages/core/realtime-js/test/channel_test.js
@@ -85,7 +85,7 @@ describe('join', () => {
85
spy.calledWith({
86
topic: 'topic',
87
event: 'phx_join',
88
- payload: { one: 'two' },
+ payload: { one: 'two', configs: {} },
89
ref: defaultRef,
90
})
91
)
0 commit comments