Const
Asserts that the last yielded value exhaustively matches.
Uses deep equality semantics. Note: fully consumes the async iterator.
await expectAsync(asyncGen(), 'to yield last exhaustively satisfying', { b: 2,}); Copy
await expectAsync(asyncGen(), 'to yield last exhaustively satisfying', { b: 2,});
async-iterable-to-yield-last-exhaustively-satisfying-any
iterable
Asserts that the last yielded value exhaustively matches.
Uses deep equality semantics. Note: fully consumes the async iterator.