wip: first integration of rewritten engine into canvas
[fnpeditor.git] / tests / main.js
index 87eb6b2..c3da0df 100644 (file)
@@ -3,7 +3,7 @@
     mocha.setup('bdd');
 
     var tests = Object.keys(window.__karma__.files).filter(function (file) {
-      return /\.test\.js$/.test(file);
+      return (/\.test\.js$/).test(file);
     });
 
     require({
@@ -13,7 +13,9 @@
 
         paths: {
             'fnpjs': '../fnpjs',
-            'libs': '../../libs'
+            'libs': '../../libs',
+            'smartxml': '../smartxml',
+            'wlxml': '../wlxml'
         },
 
         map: {