fix(core): update

This commit is contained in:
2024-02-24 12:20:13 +01:00
parent 1bfe10691a
commit fd26b48ff6
7 changed files with 346 additions and 92 deletions

View File

@@ -89,7 +89,8 @@ tap.test('should allow VirtualStreams', async () => {
console.log(response.responseStream);
})
tap.test('should end the server', async () => {
tap.test('should end the server', async (toolsArg) => {
await toolsArg.delayFor(5000);
await testServer.stop();
});