finally fix cli tests

This commit is contained in:
Sebastian McKenzie
2015-04-04 04:39:28 +11:00
parent 6c98d39937
commit db9ed0235f
2 changed files with 4 additions and 3 deletions

View File

@@ -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));
});