Skip to content

Commit d3cbd0d

Browse files
committed
remove .only
1 parent 811b554 commit d3cbd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ describe('Client', () => {
675675
);
676676
}, GLOBAL.SERVERS.OPEN);
677677

678-
describe.only('PubSub', () => {
678+
describe('PubSub', () => {
679679
testUtils.testWithClient('should be able to publish and subscribe to messages', async publisher => {
680680
function assertStringListener(message: string, channel: string) {
681681
assert.equal(typeof message, 'string');

0 commit comments

Comments
 (0)