williamkapke / mongo-mock

Let's pretend we have a real MongoDB
MIT License
240 stars 75 forks source link

serialize data with new version of bson-objectid #112

Closed TobiasNickel closed 5 years ago

TobiasNickel commented 5 years ago

Hi, I had an issue with persisting data. in new versions of node, the bson-objectid module is using the Symbol over the name 'inspect'.

see the bson-objectId code here: https://unpkg.com/browse/bson-objectid@1.3.0/objectid.js

how do you like this change?

shaunburdick commented 5 years ago

LGTM