jest-mongodb icon indicating copy to clipboard operation
jest-mongodb copied to clipboard

Jest preset for MongoDB in-memory server

Results 78 jest-mongodb issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mongodb-memory-server](https://togithub.com/nodkz/mongodb-memory-server) | [`8.8.0` -> `8.9.2`](https://renovatebot.com/diffs/npm/mongodb-memory-server/8.8.0/8.9.2) | [![age](https://badges.renovateapi.com/packages/npm/mongodb-memory-server/8.9.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
backend

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mongodb](https://togithub.com/mongodb/node-mongodb-native) | [`4.7.0` -> `4.8.1`](https://renovatebot.com/diffs/npm/mongodb/4.7.0/4.8.1) | [![age](https://badges.renovateapi.com/packages/npm/mongodb/4.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
backend

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@shelf/eslint-config](https://togithub.com/shelfio/eslint-config) | [`2.18.0` -> `2.22.0`](https://renovatebot.com/diffs/npm/@shelf%2feslint-config/2.18.0/2.22.0) | [![age](https://badges.renovateapi.com/packages/npm/@shelf%2feslint-config/2.22.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
backend

This package is still using an outdated version of `mongodb-memory-server`. In order to keep up with changes in MongoDB and its drivers, it would be best to keep up to...

MongoDB 6.0 is generally available and requires NodeJS driver 4.8, according to the [compatibility chart](https://www.mongodb.com/docs/drivers/node/current/compatibility/). The version used by this package is currently locked to 4.7.0. This upgrade would be...

Hi everyone, I have a test case where I need to connect simultaneously in two different dbs. Let's say I have a db_A and db_B. I need to query some...

We've been experiencing some random test failures with this library and GitHub Actions. Not sure which is causing the issue, but here's the error: `Cannot unlock file "/home/runner/.cache/mongodb-binaries/5.0.7.lock", because it...

Awesome module! We're running fine with the current implementation, however, one small sticking point is that we have to perform a new connection and disconnection within every jest block. It...

We are busy converting all our packages to ES Modules. The config in `jest.config.js` is not being read. The relevant function is: ```js // helpers.js module.exports.getMongodbMemoryOptions = function () {...