feat(virtualstream): Enhance VirtualStream with optional closure when reading from webstream
This commit is contained in:
@ -98,7 +98,6 @@ tap.test('should allow VirtualStreams', async () => {
|
||||
const data = await generatedRequestingVS.fetchData();
|
||||
const decodedData = new TextDecoder().decode(data);
|
||||
expect(decodedData).toEqual('hello');
|
||||
// await newRequestingVS.close();
|
||||
});
|
||||
|
||||
tap.test('should end the server', async (toolsArg) => {
|
||||
|
Reference in New Issue
Block a user