Skip to content

Commit 2ce1b92

Browse files
committed
fix: this.debug
1 parent d74da82 commit 2ce1b92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ async function generateConnectionString(port: string, dbName: ?string): Promise<
2929
}
3030

3131
export default class MongoDBMemoryServer {
32-
debug: boolean = false;
3332
isRunning: boolean = false;
3433
runningInstance: ?Promise<MongoInstanceDataT>;
3534
opts: MongoMemoryServerOptsT;

0 commit comments

Comments
 (0)