Prior99 / jest-screenshot

A jest extension to deal with screenshots and all sorts of images.
MIT License
71 stars 21 forks source link

Yarn 2 Rimraf failure #83

Open corysimmons opened 2 years ago

corysimmons commented 2 years ago

When I try to run jest-screenshot in a Yarn 2+ project I get:

jest-screenshot tried to access rimraf, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound
tujoworker commented 2 years ago

rimraf as a dependency needs to be moved from devDependencies to dependenceis. Can you make a PR @corysimmons ?

corysimmons commented 2 years ago

I gave up on testing for a bit. When I do get back into it I'm going to try to make my own lib.