X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a7ecaf4f3e67d670f3009e35e3c78baa8952890a..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({