Const
Asserts that the first yielded value exhaustively matches.
Uses deep equality semantics.
await expectAsync(asyncGen(), 'to yield first exhaustively satisfying', { a: 1,}); Copy
await expectAsync(asyncGen(), 'to yield first exhaustively satisfying', { a: 1,});
async-iterable-to-yield-first-exhaustively-satisfying-any
iterable
Asserts that the first yielded value exhaustively matches.
Uses deep equality semantics.