Closed laurafitzgerald closed 7 years ago
@laurafitzgerald do these changes work ok locally? I'm wondering why the build is failing, but travis seems to be cutting off output at 10000 lines
@david-martin the tests are running locally. although i'm targeting node 4.4.0 whereas travis is targeting 0.10.48 when i target this locally i see the same problem as in the build.
@david-martin PR updated as discussed. removed global.Promise
Motivation Seeing error messages when runningn pm test as version of mockgoose is out of date
Changes add mongoose.Promise = global.Promise; update version of mockgoose in package.json tests now running
@david-martin