1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Remove .only

This commit is contained in:
Ruben Bridgewater
2015-09-30 02:12:28 +02:00
parent 025c65c614
commit 3c39a8bdfc

View File

@@ -9,7 +9,7 @@ describe("The 'zadd' method", function () {
helper.allTests(function(parser, ip, args) {
describe.only("using " + parser + " and " + ip, function () {
describe("using " + parser + " and " + ip, function () {
var client;
beforeEach(function (done) {