We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77e4bd commit 482d09cCopy full SHA for 482d09c
bin/vows
@@ -364,6 +364,8 @@ if (! options.watch) {
364
365
var files = (specFileExt.test(file) ? [file] : paths(testFolder)).map(function (p) {
366
return path.join(process.cwd(), p);
367
+ }).filter(function (p) {
368
+ return specFileExt.test(p);
369
}).map(function (p) {
370
var cache = require.main.moduleCache || require.cache;
371
if (cache[p]) { delete(cache[p]) }
0 commit comments