Const
Asserts that ALL yielded values individually satisfy the expected shape.
Uses partial/satisfy semantics. Every item yielded must match.
await expectAsync(asyncGen(), 'to yield items satisfying', { type: 'data',}); Copy
await expectAsync(asyncGen(), 'to yield items satisfying', { type: 'data',});
async-iterable-to-yield-items-satisfying-any
iterable
Asserts that ALL yielded values individually satisfy the expected shape.
Uses partial/satisfy semantics. Every item yielded must match.