fix(core): update
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user