senecajs / seneca-mongo-store

Node.js Seneca data storage plugin for MongoDB
MIT License
35 stars 43 forks source link

Make sure merge:false replaces a document, not updates it #85

Closed lilsweetcaligula closed 3 years ago

rjrodger commented 3 years ago

is there a test case for this?

lilsweetcaligula commented 3 years ago

@rjrodger Seems like there are tests for this in place already: https://github.com/senecajs/seneca-store-test/blob/master/store-test.js#L507

Closing.