Skip to content

Commit

Permalink
Ignore test file in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-marcacci committed Jul 21, 2015
1 parent 46116a9 commit b435bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var Redlock = require('./redlock');
test('https://www.npmjs.com/package/redis', [require('redis').createClient()]);
test('https://www.npmjs.com/package/ioredis', [new (require('ioredis'))()]);

/* istanbul ignore next */
function test(name, clients){
var redlock = new Redlock(clients, {
retryCount: 2,
Expand Down

0 comments on commit b435bc9

Please sign in to comment.