fix(core): update

This commit is contained in:
2024-02-29 19:50:25 +01:00
parent ad106909e2
commit 407e1383f8
6 changed files with 190 additions and 106 deletions

View File

@ -98,7 +98,7 @@ tap.test('should allow VirtualStreams', async () => {
const data = await generatedRequestingVS.fetchData();
const decodedData = data.toString();
expect(data.toString()).toEqual('hello');
})
});
tap.test('should end the server', async (toolsArg) => {
await toolsArg.delayFor(5000);