This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Convert tests to use async/await
#526
Labels
async/await
#526
As part of the great migration to async iterators we need to convert our tests to use async/await. This is often best done separately from converting the tested code from callbacks to promises.
This repo's tests need converting.
The text was updated successfully, but these errors were encountered: