-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Description
π Feature Proposal
https://jestjs.io/docs/asynchronous
It currently says "The most common asynchronous pattern is callbacks." This is wrong. We should put promises at the top, and callbacks last. We should probably lift up async-await
as well, before the example returning promises.
If you want to work on this, please state so in this issue so not multiple people start working on it, creating redundant work π
bisubus, ghtaylor and zishugshan