Skip to content

Commit

Permalink
Auto merge of #6940 - kellyselden:lint_filter, r=kellyselden
Browse files Browse the repository at this point in the history
  • Loading branch information
homu committed Apr 3, 2017
2 parents 29f0e9a + 9d2b57f commit a62c14c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/lint-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

const glob = require('glob').sync;

let paths = glob('tests/*').filter(function(path) {
return !(/fixtures/).test(path);
});
let paths = glob('tests/*');

paths = paths.concat([
'lib',
Expand Down

0 comments on commit a62c14c

Please sign in to comment.