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 5ab578f commit f147446Copy full SHA for f147446
src/test/proxy.ts
@@ -92,6 +92,7 @@ describe('ProxyConnect', () => {
92
})
93
94
it('should request deregistration', (done: Mocha.Done) => {
95
+ done = doneOnce(done)
96
conn.on('log_request', (str: string) => {
97
assert.equal(str, msgs.deregisterInfo)
98
done()
0 commit comments