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 811b554 commit d3cbd0dCopy full SHA for d3cbd0d
packages/client/lib/client/index.spec.ts
@@ -675,7 +675,7 @@ describe('Client', () => {
675
);
676
}, GLOBAL.SERVERS.OPEN);
677
678
- describe.only('PubSub', () => {
+ describe('PubSub', () => {
679
testUtils.testWithClient('should be able to publish and subscribe to messages', async publisher => {
680
function assertStringListener(message: string, channel: string) {
681
assert.equal(typeof message, 'string');
0 commit comments