asyncIterator], 'function', 'should be an async iterator'); for await (const i of s) { t.equal(i, iter, `should see the value ${iter}`); iter++; } for await ...
確定! 回上一頁