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

Jest preset for MongoDB in-memory server

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

Same issue as for 2304 (https://github.com/shelfio/jest-mongodb/issues/455) Fix is probably to bump memory-server - https://github.com/shelfio/jest-mongodb/pull/474 ``` Starting the MongoMemoryServer Instance failed, enable debug log for more information. Error: DownloadError: Download failed...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`29.5.14` -> `30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.14/30.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/30.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.14/30.0.0?slim=true) | | [jest](https://jestjs.io/)...

backend

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@jest/environment](https://redirect.github.com/jestjs/jest) ([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest-environment)) | [`29.7.0` -> `30.0.1`](https://renovatebot.com/diffs/npm/@jest%2fenvironment/29.7.0/30.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@jest%2fenvironment/30.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

backend

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@shelf/eslint-config](https://redirect.github.com/shelfio/eslint-config) | [`4.4.0` -> `5.2.1`](https://renovatebot.com/diffs/npm/@shelf%2feslint-config/4.4.0/5.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@shelf%2feslint-config/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@shelf%2feslint-config/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

backend

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mongodb](https://redirect.github.com/mongodb/node-mongodb-native) | [`6.16.0` -> `6.17.0`](https://renovatebot.com/diffs/npm/mongodb/6.16.0/6.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mongodb/6.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mongodb/6.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

backend

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | minor...

backend

Starting today we got the following error when executing our test pipeline: ``` TypeError: Jest: Got error running globalSetup - /builds/repository/node_modules/@shelf/jest-mongodb/lib/setup.js, reason: Cannot read properties of undefined (reading 'replSet') ```...

``` module.exports = { mongodbMemoryServerOptions: { binary: { version: '5.0.0', skipMD5: true, }, autoStart: false, instance: {}, }, //useSharedDBForAllJestWorkers: false, }; ``` I run instance config like this and notice...

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | major...

backend

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mongodb-memory-server](https://redirect.github.com/typegoose/mongodb-memory-server) ([source](https://redirect.github.com/typegoose/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server)) | [`10.3.0` -> `10.4.1`](https://renovatebot.com/diffs/npm/mongodb-memory-server/10.3.0/10.4.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/mongodb-memory-server/10.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mongodb-memory-server/10.3.0/10.4.1?slim=true) | --- ###...

backend