mikhail-angelov / mongo-unit

MIT License
72 stars 39 forks source link

Restore the functionality of `dbName` option #64

Closed edgerunner closed 1 year ago

edgerunner commented 1 year ago

The dbName option in mongodb-memory-server is now unused. The option as passed to start no longer works. And there's no other way of setting the DB in mongo-unit. Setting the dbName module variable from options allows setting the DB name again.