You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Remove .only ...
This commit is contained in:
@@ -42,7 +42,7 @@ describe("publish/subscribe", function () {
|
||||
});
|
||||
});
|
||||
|
||||
it.only('does not fire subscribe events after reconnecting', function (done) {
|
||||
it('does not fire subscribe events after reconnecting', function (done) {
|
||||
var a = false;
|
||||
sub.on("subscribe", function (chnl, count) {
|
||||
if (chnl === channel2) {
|
||||
|
Reference in New Issue
Block a user