Skip to content

Commit

Permalink
fix: this.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed May 19, 2017
1 parent d74da82 commit 2ce1b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ async function generateConnectionString(port: string, dbName: ?string): Promise<
}

export default class MongoDBMemoryServer {
debug: boolean = false;
isRunning: boolean = false;
runningInstance: ?Promise<MongoInstanceDataT>;
opts: MongoMemoryServerOptsT;
Expand Down

0 comments on commit 2ce1b92

Please sign in to comment.