diff --git a/types/libxmljs/libxmljs-tests.ts b/types/libxmljs/libxmljs-tests.ts index d0d8fc635c..93157c13fc 100644 --- a/types/libxmljs/libxmljs-tests.ts +++ b/types/libxmljs/libxmljs-tests.ts @@ -60,5 +60,5 @@ const xmlDocWithNs = libxmljs.parseXml(xmlWithNs); // xpath queries const gchildWithNs = xmlDocWithNs.get('//a:grandchild', {a: "http://test.com/test"})!; - + console.log(gchildWithNs.text()); // prints "grandchild content"