fix(core): update
This commit is contained in:
@ -61,6 +61,7 @@ tap.test('should process messages from both sides', async () => {
|
||||
tap.test('should disconnect', async (tools) => {
|
||||
await testTypedSocketClient.stop();
|
||||
await testTypedSocketServer.stop();
|
||||
tools.delayFor(1000).then(() => process.exit(0));
|
||||
})
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user