elliotf / mocha-mongoose

test helpers for using mongodb with mocha
MIT License
107 stars 21 forks source link

Fix for latest mocha version #8

Closed Neamar closed 9 years ago

Neamar commented 9 years ago

Mocha is now running on 2.x.x, and mocha-mongoose is not working anymore:

npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package mocha does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer mocha-mongoose@1.0.2 wants mocha@~1
Neamar commented 9 years ago

Hi @elliotf, were you able to see this PR? Can you please publish a new version of the package? We rely pretty heavily on mocha-mongoose on private repos, and would like to move onto mocha 2.

Thanks!

elliotf commented 9 years ago

@Neamar I'll get it done and published today. Thank you for the follow-up on this!

elliotf commented 9 years ago

I just published v1.0.3, @Neamar . Please enjoy!

Neamar commented 9 years ago

Thanks!