Expect .js specs

This commit is contained in:
Kevin Sawicki 2016-01-11 17:01:14 -08:00
parent 088a39ea9d
commit dd902c61fa

View file

@ -64,7 +64,7 @@
}); });
walker.on('file', function(file) { walker.on('file', function(file) {
if (/-spec.coffee$/.test(file)) if (/-spec\.js$/.test(file))
mocha.addFile(file); mocha.addFile(file);
}); });