We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ip
1 parent 5d56ad3 commit 14dc24eCopy full SHA for 14dc24e
src/MongoMemoryServer.ts
@@ -134,6 +134,7 @@ export default class MongoMemoryServer {
134
replSet: data.replSet,
135
args: this.opts.instance && this.opts.instance.args,
136
auth: this.opts.instance && this.opts.instance.auth,
137
+ ip: this.opts.instance && this.opts.instance.ip,
138
},
139
binary: this.opts.binary,
140
spawn: this.opts.spawn,
0 commit comments