1
0
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:
Ruben Bridgewater
2015-11-27 21:42:23 +01:00
parent 261d064adc
commit 33d5981ebf

View File

@@ -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) {