mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Expect .js specs
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
});
|
||||
|
||||
walker.on('file', function(file) {
|
||||
if (/-spec.coffee$/.test(file))
|
||||
if (/-spec\.js$/.test(file))
|
||||
mocha.addFile(file);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user