You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ const mongod = new MongoMemoryServer({
129
129
},
130
130
binary: {
131
131
version?: string, // by default '5.0.19'
132
-
downloadDir?: string, // by default node_modules/.cache/mongodb-memory-server/mongodb-binaries
132
+
downloadDir?: string, //see the documentation on what is chosen by default https://nodkz.github.io/mongodb-memory-server/docs/api/config-options#download_dir
133
133
platform?: string, // by default os.platform()
134
134
arch?: string, // by default os.arch()
135
135
checkMD5?: boolean, // by default false OR process.env.MONGOMS_MD5_CHECK
0 commit comments