Skip to content

Commit

Permalink
style(MongoInstance::MongoMemoryInstanceOptsBase): fix missing argume…
Browse files Browse the repository at this point in the history
…nt in tsdoc
  • Loading branch information
hasezoey committed Jun 15, 2022
1 parent 00c8e64 commit b937ce4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ export interface MongoMemoryInstanceOptsBase {
port?: number;
/**
* Set which storage path to use
* Adds "--"
* Adds "--dbpath"
* @default TmpDir
*/
dbPath?: string;
Expand Down

0 comments on commit b937ce4

Please sign in to comment.