We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6662870 commit 352b08dCopy full SHA for 352b08d
packages/core/test/result.test.ts
@@ -453,7 +453,7 @@ describe('Result', () => {
453
454
it.each([
455
['success', async (stream: any) => stream.onCompleted({})],
456
- //['error', async (stream: any) => stream.onError(new Error('error'))],
+ ['error', async (stream: any) => stream.onError(new Error('error'))],
457
])('should throw when iterating over consumed result [%s]', async(_, completeStream) => {
458
completeStream(streamObserverMock)
459
0 commit comments