X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/f07cd8d76ad2bc0fbfada50ad35bad4f4b307267..e54a6bc1fa5737591083883e7e610745e2eec168:/tests/main.js diff --git a/tests/main.js b/tests/main.js index eb765ed..cc20549 100644 --- a/tests/main.js +++ b/tests/main.js @@ -1,9 +1,9 @@ (function() { - mocha.setup('tdd'); + mocha.setup('bdd'); var tests = Object.keys(window.__karma__.files).filter(function (file) { - return /\.test\.js$/.test(file); + return /\.test3\.js$/.test(file); }); require({