shelfio / jest-mongodb

Jest preset for MongoDB in-memory server
MIT License
587 stars 83 forks source link

jest-environment-node peer dependency #427

Open ntraut opened 1 year ago

ntraut commented 1 year ago

Should we add the jest-environment-node dev dependency along with jest-mongodb? It is written nowhere in the doc, but yarn complains about that:

warning " > @shelf/jest-mongodb@4.1.7" has unmet peer dependency "jest-environment-node@27.x.x || 28.x || 29.x".

This peer dependency was added in the commit c99c17d, so it should be useful for the yarn Plug'n'Play mode.