diff --git a/package.json b/package.json index 6157e8bc..428fa17c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A delightful, performance-focused Redis client for Node and io.js", "main": "index.js", "scripts": { - "test": "NODE_ENV=test DEBUG=ioredis:* mocha", + "test": "NODE_ENV=test mocha", "test:cov": "NODE_ENV=test DEBUG=ioredis:* node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec", "generate-docs": "jsdoc2md lib/redis.js lib/cluster/index.js lib/commander.js > API.md", "build": "node tools/build > commands.js",