fix(core): update

This commit is contained in:
2022-01-20 17:44:50 +01:00
parent 7d8b41a5a6
commit 006073cbc8
3 changed files with 107 additions and 106 deletions

View File

@ -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();