Refactoring: getting rid of old 'test3' regexp for tests lookup
[fnpeditor.git] / tests / main.js
index cc20549..cd62786 100644 (file)
@@ -3,7 +3,7 @@
     mocha.setup('bdd');
 
     var tests = Object.keys(window.__karma__.files).filter(function (file) {
-      return /\.test3\.js$/.test(file);
+      return /\.test\.js$/.test(file);
     });
 
     require({