From: Aleksander Ɓukasz Date: Thu, 13 Mar 2014 09:14:21 +0000 (+0100) Subject: smartxml: minor tests fix (incorrect grouping) X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/dc88a3110d5f44a8240cdd637b22716545763578 smartxml: minor tests fix (incorrect grouping) --- diff --git a/src/smartxml/smartxml.test.js b/src/smartxml/smartxml.test.js index cc2b3cf..8f7deb6 100644 --- a/src/smartxml/smartxml.test.js +++ b/src/smartxml/smartxml.test.js @@ -220,6 +220,7 @@ describe('smartxml', function() { expect(node.contents()).to.have.length(1); }); }); + }); describe('Setting node attributes', function() { it('can set node attribute', function() { @@ -242,8 +243,6 @@ describe('smartxml', function() { expect(event.meta.oldVal).to.equal('value1'); }); }); - - }); }); describe('Basic TextNode properties', function() {