This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Convert tests to use async/await
#526
Closed
Description
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.