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 025c65c commit 3c39a8bCopy full SHA for 3c39a8b
test/commands/zadd.spec.js
@@ -9,7 +9,7 @@ describe("The 'zadd' method", function () {
9
10
helper.allTests(function(parser, ip, args) {
11
12
- describe.only("using " + parser + " and " + ip, function () {
+ describe("using " + parser + " and " + ip, function () {
13
var client;
14
15
beforeEach(function (done) {
0 commit comments