Const
Asserts that an async iterable yields at most the specified count of values.
await expectAsync(asyncGen(), 'to yield at most', 10); Copy
await expectAsync(asyncGen(), 'to yield at most', 10);
async-iterable-to-yield-at-most-number
iterable
Asserts that an async iterable yields at most the specified count of values.