apiaryio / dredd-example

Example application using Dredd and CI
MIT License
85 stars 61 forks source link

Mongo warnings when trying to run test #35

Closed dariagrudzien closed 5 years ago

dariagrudzien commented 5 years ago

Ran npm run test:apiblueprint and saw this:

info: Found Hookfiles: 0=/Users/usr/dredd-example/apiblueprint/hooks.js
(node:33140) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
(node:33140) DeprecationWarning: collection.remove is deprecated. Use deleteOne, deleteMany, or bulkWrite instead.
pass: GET (200) / duration: 46ms
(node:33140) DeprecationWarning: collection.insert is deprecated. Use insertOne, insertMany or bulkWrite instead.
honzajavorek commented 5 years ago

I'll look at it, thanks!