Skip to content

Commit

Permalink
test: disable debug mode when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 6, 2016
1 parent 9af486c commit 9b10251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9b10251

Please sign in to comment.