elliotf / mocha-mongoose

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

hangs with mocha 4.0.0 #22

Open amongouser opened 7 years ago

amongouser commented 7 years ago

when running with:

    "mocha-mongoose": "^1.2.0",
    "mongoose": "^4.12.0"

It hangs: https://travis-ci.org/amongouser/mocha-mongoose-hang/builds/283281361

works fine for mocha 3.x: https://travis-ci.org/amongouser/mocha-mongoose-hang/builds/283280299

amongouser commented 7 years ago

issue in mocha: https://github.com/mochajs/mocha/issues/3050