finally fix cli tests
This commit is contained in:
@@ -107,7 +107,7 @@ module.exports = function (commander, filenames, opts) {
|
||||
});
|
||||
|
||||
_.each(_filenames, function (filename) {
|
||||
if (!util.shouldIgnore(filename)) return;
|
||||
if (util.shouldIgnore(filename)) return;
|
||||
|
||||
results.push(util.compile(filename));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user