X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/575435e1d6c772414286d891fbeb2956cd7f6753..1483497645590e1d63143d686c3f4455f9503b82:/src/wlxml/wlxml.test.js diff --git a/src/wlxml/wlxml.test.js b/src/wlxml/wlxml.test.js index 480ca1c..89f571c 100644 --- a/src/wlxml/wlxml.test.js +++ b/src/wlxml/wlxml.test.js @@ -260,21 +260,20 @@ describe('WLXMLDocument', function() { textNode = doc.root.contents()[0]; extension = {}; - console.log('A'); expect(function() { elementNode.transform('testTransformation'); }).to.throw(Error); - console.log('B'); expect(function() { textNode.transform('testTransformation'); }).to.throw(Error); - console.log('C'); expect(function() { doc.transform('testTransformation'); }).to.throw(Error); expect(doc.testMethod).to.be.undefined; expect(elementNode.testMethod).to.be.undefined; expect(textNode.testMethod).to.be.undefined; + + // spr+ a expect dotyczacy object api? }); it('allows adding method to a document', function() {