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 eb3c479 commit fbdeae2Copy full SHA for fbdeae2
test/api/connectivity_test.js
@@ -79,7 +79,7 @@ describe('Reconnection', function() {
79
let pendingCalls = 0;
80
let testDone = false;
81
function maybeDone() {
82
- if (testDone && pendingCalls == 0) {
+ if (testDone && pendingCalls === 0) {
83
done();
84
}
85
};
0 commit comments