darlenya
Results
3
comments of
darlenya
Hi, I have made a test with 'mocha' which is working. So I need to switch to mocha.
Hi , I am very happy with this workaround. Thanks @martijnthe
Got the same Error with: ``` const xmldom = require('xmldom') const domParser = new xmldom.DOMParser() const xmlSerializer = new xmldom.XMLSerializer() let xmlString = '' let doc = domParser.parseFromString(xmlString) let nXmlString...