mongodb-memory-server-core
    Preparing search index...

    Interface MongoMemoryServerGetStartOptions

    interface MongoMemoryServerGetStartOptions {
        createAuth: boolean;
        data: StartupInstanceData;
        mongodOptions: Partial<MongodOpts>;
    }
    Index

    Properties

    createAuth: boolean

    Defines wheter should MongoMemoryServer.createAuth be run

    mongodOptions: Partial<MongodOpts>