enzymejs / enzyme-matchers

Jasmine/Jest assertions for enzyme
MIT License
892 stars 116 forks source link

Update jest-environment-jsdom in jest-environment-enzyme #334

Closed Methuselah96 closed 4 years ago

Methuselah96 commented 4 years ago

It would be great if jest-environment-jsdom in jest-environment-enzyme could be upgraded to v25. Right now I have to depend on https://github.com/ianschmitz/jest-environment-jsdom-fifteen and add it to my testEnvironment since I require at least jsdom v15. It would be great if I could remove that dependency. Thanks for all the hard work!