X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/8095e9703888ebe28d96a094905e43eebccb6676..2d0b2293c1110c3fab4e804be31bc233a4159bcb:/src/smartxml/smartxml.test.js?ds=sidebyside diff --git a/src/smartxml/smartxml.test.js b/src/smartxml/smartxml.test.js index b758a23..499d1e9 100644 --- a/src/smartxml/smartxml.test.js +++ b/src/smartxml/smartxml.test.js @@ -4,7 +4,7 @@ define([ ], function(chai, smartxml) { 'use strict'; - +/*jshint expr:true */ var expect = chai.expect; @@ -22,7 +22,7 @@ var elementNodeFromXML = function(xml) { }; -describe.only('smartxml', function() { +describe('smartxml', function() { describe('Basic Document properties', function() { it('exposes its root element', function() { @@ -52,6 +52,24 @@ describe.only('smartxml', function() { expect(node1.contents()[0].sameNode(node2)).to.be.true; }); + it('wraps element node with another element node', function() { + var node = elementNodeFromXML('
'), + wrapper = elementNodeFromXML('