Expect .js specs
This commit is contained in:
parent
088a39ea9d
commit
dd902c61fa
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
});
|
||||
|
||||
walker.on('file', function(file) {
|
||||
if (/-spec.coffee$/.test(file))
|
||||
if (/-spec\.js$/.test(file))
|
||||
mocha.addFile(file);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue