assaf / zombie

Insanely fast, full-stack, headless browser testing using node.js
http://zombie.js.org/
MIT License
5.65k stars 518 forks source link

zombie doesn't use latest jsdom (11.12.0) #1167

Closed vladgurgov closed 6 years ago

vladgurgov commented 6 years ago

Using old version of jsdom(11.5.1) causes some parsing errors, that were fixed in the latest versions of jsdom. I was able to upgrade jsdom to 11.12.0.

vladgurgov commented 6 years ago

PR: https://github.com/assaf/zombie/pull/1168

vladgurgov commented 6 years ago

dear @assaf please take a look when you have some time. thank you!

assaf commented 6 years ago

👍 just published 6.1.3 with your PR. Thanks!