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