https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 63909d76337eb6c80353524b968d6eaa8955ed24 authored by JulienM on 11 October 2023, 15:12:15 UTC
14.0.11-alpha
Tip revision: 63909d7
jest-mongodb-config.js
module.exports = {
    mongodbMemoryServerOptions: {
        instance: {
            dbName: 'jest',
        },
        binary: {
            version: '4.4.4',
            skipMD5: true,
        },
        autoStart: false,
    },
};
back to top