- Upgrade dependencies
- Fixes broken build in v1.0.3
- Upgrade dependencies with security patches
- Change call to deprecated
getConnectionString
to begetUri
- Update
mongodb-memory-server
peer dependency to allow version 6.x - Upgrade dependencies
- Add
MONGO_URI
,MONGO_DB_NAME
, andMONGOD
on the Global interface (TypeScript).
- When starting Jest with
--runInBand
(or the alias-i
), a single MongoDB server is started and kept alive between tests.