artsy / benv

Stub a browser environment in node.js and headlessly test your client-side code.
MIT License
73 stars 19 forks source link

Jsdom 12 has removed old-api.js #42

Open vbraun opened 6 years ago

vbraun commented 6 years ago

This breakes benv since it doesn't fix the jsdom major version:

Error: Cannot find module 'jsdom/lib/old-api.js'
codeandcats commented 5 years ago

Hi @vbraun, I'm just running into this now. I'm curious if you found a solution/workaround?

vbraun commented 5 years ago

I haven't had any time to investigate, for now I'm using jsdom <= 11