From 42c62a9c47f2d316ae1e0c8c854da72a4d3f1243 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 3 Oct 2013 16:15:53 +0200 Subject: [PATCH 1/1] linting --- tests/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.js b/tests/main.js index 87eb6b2..ba4aa38 100644 --- a/tests/main.js +++ b/tests/main.js @@ -3,7 +3,7 @@ mocha.setup('bdd'); var tests = Object.keys(window.__karma__.files).filter(function (file) { - return /\.test\.js$/.test(file); + return (/\.test\.js$/).test(file); }); require({ -- 2.20.1