mocha-jshint
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -27,3 +27,3 @@ var path = require('path'); | ||
describe(opt.title || 'jshint', function () { | ||
this.timeout && this.timeout(30000); | ||
this.timeout && this.timeout(90000); | ||
(opt.paths || ['.']).forEach(function (p) { | ||
@@ -30,0 +30,0 @@ it(format('should pass for %s', p === '.' ? 'working directory' : JSON.stringify(p)), function (done) { |
{ | ||
"name": "mocha-jshint", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "run JSHint as mocha tests", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |