From dd902c61fa717490d3ef659811e204408268a9f0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 11 Jan 2016 17:01:14 -0800 Subject: [PATCH] Expect .js specs --- spec/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/static/index.html b/spec/static/index.html index f958e1b7ed0..c909a88a8b7 100644 --- a/spec/static/index.html +++ b/spec/static/index.html @@ -64,7 +64,7 @@ }); walker.on('file', function(file) { - if (/-spec.coffee$/.test(file)) + if (/-spec\.js$/.test(file)) mocha.addFile(file); });