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