X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0487914c40881829a526a7a09b6d545f08aa28e7..fb1b343bcfc05dbdd9f5d4d2d6ad9f243bb21300:/tests/main.js?ds=inline

diff --git a/tests/main.js b/tests/main.js
index a05c379..e2028fa 100644
--- a/tests/main.js
+++ b/tests/main.js
@@ -6,6 +6,12 @@
       return (/\.test\.js$/).test(file);
     });
 
+    /* globals window */
+    // This installs noop i18n functions so that tests can work with i18nized code
+    window.gettext = window.interpolate = function() {
+        return Array.prototype.slice.call(arguments, 0);
+    };
+
     require({
       baseUrl: '/base/src/editor',
       deps: tests,
@@ -14,7 +20,8 @@
         paths: {
             'fnpjs': '../fnpjs',
             'libs': '../../libs',
-            'smartxml': '../smartxml'
+            'smartxml': '../smartxml',
+            'wlxml': '../wlxml'
         },
 
         map: {