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 1b81fc5 commit e2fb952Copy full SHA for e2fb952
integration/test/helper.js
@@ -100,6 +100,7 @@ const shutdownServer = async _parseServer => {
100
await _parseServer.handleShutdown();
101
// Connection close events are not immediate on node 10+, so wait a bit
102
await sleep(0);
103
+ expect(openConnections.size).toBe(0);
104
};
105
106
const reconfigureServer = async (changedConfiguration = {}) => {
0 commit comments