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 261d064 commit 33d5981Copy full SHA for 33d5981
test/pubsub.spec.js
@@ -42,7 +42,7 @@ describe("publish/subscribe", function () {
42
});
43
44
45
- it.only('does not fire subscribe events after reconnecting', function (done) {
+ it('does not fire subscribe events after reconnecting', function (done) {
46
var a = false;
47
sub.on("subscribe", function (chnl, count) {
48
if (chnl === channel2) {
0 commit comments