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.
1 parent 46a9d2a commit 5c7e182Copy full SHA for 5c7e182
docs/api/interfaces/mongo-memory-server-opts.md
@@ -9,12 +9,16 @@ API Documentation of `MongoMemoryServerOpts`-Interface
9
10
### instance
11
12
-Typings: `instance?: MemoryServerInstanceOpts`
+Typings: `instance?: MemoryServerInstanceOpts & ExtraOptions`
13
14
Set custom options based on [`MongoMemoryInstanceOpts`](./mongo-memory-instance-opts.md), but ignores some properties:
15
16
- `auth` is ignored because it is set via [auth](#auth) property.
17
18
+Extra options specific to [`MongoMemoryServer` class](../classes/mongo-memory-server.md):
19
+
20
+- `portGeneration`: enable / disable port generation, enabled by default.
21
22
### binary
23
24
Typings: `binary?: MongoBinaryOpts`
0 commit comments