Skip to content

Commit

Permalink
Check leaks during local test run
Browse files Browse the repository at this point in the history
  • Loading branch information
1602 committed Jul 16, 2016
1 parent 894c9b2 commit 8410158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Redis adapter for jugglingdb",
"main": "index.js",
"scripts": {
"test": "mocha --bail",
"test": "mocha --bail --check-leaks",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-coverage": "istanbul cover node_modules/.bin/_mocha -- -R landing",
"coverage-report": "export COVERALLS_GIT_COMMIT=`git rev-parse HEAD` && cat ./coverage/lcov.info | coveralls"
Expand Down

0 comments on commit 8410158

Please sign in to comment.