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 d74da82 commit 2ce1b92Copy full SHA for 2ce1b92
src/index.js
@@ -29,7 +29,6 @@ async function generateConnectionString(port: string, dbName: ?string): Promise<
29
}
30
31
export default class MongoDBMemoryServer {
32
- debug: boolean = false;
33
isRunning: boolean = false;
34
runningInstance: ?Promise<MongoInstanceDataT>;
35
opts: MongoMemoryServerOptsT;
0 commit comments