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