create-mern-ts-app icon indicating copy to clipboard operation
create-mern-ts-app copied to clipboard

Change done/setImmediate to async/await in async tests

Open Fabianopb opened this issue 6 years ago • 0 comments

Apparently async tests can be done with async/await and we currently use done/setImmediate. It would be cleaner using the first form.

Change all the async tests to use async/await.

Fabianopb avatar Feb 15 '19 17:02 Fabianopb