elliotf / mocha-mongoose

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

mongodb 2.x support #14

Closed ashryanbeats closed 9 years ago

ashryanbeats commented 9 years ago

mocha-mongoose currently expects mongodb 1.x.

npm will not install mocha-mongoose if you are using mongodb 2.x, and you will receive this error in the terminal: EPEERINVALID

elliotf commented 9 years ago

This should be fixed as part of #15 and v1.1.0

I hope that helps!