Skip to content

Commit 33d5981

Browse files
author
Ruben Bridgewater
committed
Remove .only ...
1 parent 261d064 commit 33d5981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/pubsub.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe("publish/subscribe", function () {
4242
});
4343
});
4444

45-
it.only('does not fire subscribe events after reconnecting', function (done) {
45+
it('does not fire subscribe events after reconnecting', function (done) {
4646
var a = false;
4747
sub.on("subscribe", function (chnl, count) {
4848
if (chnl === channel2) {

0 commit comments

Comments
 (0)