We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dea758 commit b8c54e4Copy full SHA for b8c54e4
test/specs/jshint/jshint-clean.js
@@ -59,7 +59,7 @@ describe('jshint-clean', function() {
59
60
files = app.jsdoc.scanner.scan([env.dirname], 10, filter);
61
62
- async.forEachSeries(files, function(file, cb) {
+ async.forEach(files, function(file, cb) {
63
jsHintCheck(file, function(err, jsHintErrors) {
64
expect(jsHintErrors).toBeUndefined();
65
cb(err);
0 commit comments