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

    Interface MongoMemoryServerOpts

    MongoMemoryServer Stored Options

    interface MongoMemoryServerOpts {
        auth?: AutomaticAuth;
        binary?: MongoBinaryOpts;
        dispose?: DisposeOptions;
        instance?: MemoryServerInstanceOpts;
        spawn?: SpawnOptions;
    }
    Index

    Properties

    Defining this enables automatic user creation

    dispose?: DisposeOptions

    Options for automatic dispose for "Explicit Resource Management"

    spawn?: SpawnOptions