X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..21cd91531dd9c6e88d00da03f6b2f3ad88fb0da0:/tests/main.js

diff --git a/tests/main.js b/tests/main.js
index 87eb6b2..c3da0df 100644
--- a/tests/main.js
+++ b/tests/main.js
@@ -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: {