1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

chore: refactor main code into smaller parts

This commit is contained in:
Ruben Bridgewater
2017-05-27 03:41:27 +02:00
parent be3976e8ba
commit 2aa3b68fc6
9 changed files with 205 additions and 190 deletions

View File

@@ -8,7 +8,7 @@ const intercept = require('intercept-stdout')
describe('The \'blpop\' method', () => {
helper.allTests((ip, args) => {
describe.only(`using ${ip}`, () => {
describe(`using ${ip}`, () => {
let client
let bclient