canvas3 wip - testing simple api, children
[fnpeditor.git] / tests / main.js
index eb765ed..cc20549 100644 (file)
@@ -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({