Skip to content

Commit b4254de

Browse files
casperstrnodkz
authored andcommitted
fix: include storageEngine option in replica sets
* Include storageEngine option in replica sets * Add comma to make prettier happy
1 parent 61a605c commit b4254de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MongoMemoryReplSet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export default class MongoMemoryReplSet extends events.EventEmitter {
110110
dbName: rsOpts.dbName,
111111
ip: rsOpts.ip,
112112
replSet: rsOpts.name,
113+
storageEngine: rsOpts.storageEngine,
113114
};
114115
if (baseOpts.args) opts.args = rsOpts.args.concat(baseOpts.args);
115116
if (baseOpts.port) opts.port = baseOpts.port;

0 commit comments

Comments
 (0)