https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 171c0217024a3f74eabb50c50bb1bd79372558c7 authored by JulienM on 19 October 2023, 11:40:58 UTC
14.0.13-alpha
Tip revision: 171c021
jest-mongodb-config.js
module.exports = {
    mongodbMemoryServerOptions: {
        instance: {
            dbName: 'jest',
        },
        binary: {
            version: '4.4.24',
            skipMD5: true,
        },
        autoStart: false,
    },
};
back to top