feedhenry-templates / fh-api-mapper

API Mapping Tool
Apache License 2.0
8 stars 12 forks source link

update version of request to run tests #100

Closed laurafitzgerald closed 7 years ago

laurafitzgerald commented 7 years ago

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

david-martin commented 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

laurafitzgerald commented 7 years ago

@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.

laurafitzgerald commented 7 years ago

@david-martin PR updated as discussed. removed global.Promise