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 ece4d6c commit 06a7ea8Copy full SHA for 06a7ea8
src/common/session.ts
@@ -116,7 +116,7 @@ export class Session extends EventEmitter<SessionEvents> {
116
}
117
118
isConnectedToMongoDB(): boolean {
119
- return this.connectionManager.currentConnectionState.tag == "connected";
+ return this.connectionManager.currentConnectionState.tag === "connected";
120
121
122
get serviceProvider(): NodeDriverServiceProvider {
0 commit comments