wlxml: metadata - additional iterator, filtering
[fnpeditor.git] / src / wlxml / wlxml.test.js
index 516b47c..18a7332 100644 (file)
@@ -1,7 +1,8 @@
 define([
+    'libs/jquery',
     'libs/chai',
     './wlxml.js'
-], function(chai, wlxml) {
+], function($, chai, wlxml) {
     
 'use strict';
 
@@ -291,10 +292,7 @@ describe('WLXMLDocument', function() {
             expect(testClassNode.object.testTransformation().sameNode(testClassNode)).to.equal(true, '1');
             expect(testClassNode.object.testTransformation2().sameNode(testClassNode)).to.equal(true, '1');
         });
-
-
     });
-
 });
 
 });
\ No newline at end of file