X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/6435513192b5be363719dcb1559c93b52944800d..78b9dd3287f4a6e2859837bb8e978e8884d19e76:/tests/main.js diff --git a/tests/main.js b/tests/main.js index cc20549..cd62786 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 /\.test3\.js$/.test(file); + return /\.test\.js$/.test(file); }); require({