#JavaScript, such a lovely programming environment
Writing some unit tests for a **browser** app which must parse historic XML (WebDAV result) I stumble upon
ReferenceError: DOMParser is not defined
It would be no problem in the browser itself, but the tests were supposed to run without browser. And node has no DOMParser, I just learned.
No problem, jsdom seems to be the library to go with. But then: https://npm.anvaka.com/#/view/2d/jsdom
45 dependencies😱
