fix: Incorrect transform with async/await (#565)#968
fix: Incorrect transform with async/await (#565)#968rschristian merged 3 commits intodevelopit:masterfrom
Conversation
PeterBurner
commented
Jun 3, 2022
- Update babel-plugin-transform-async-to-promises to v0.8.18
- fix Incorrect transform with async/await #565
* Update babel-plugin-transform-async-to-promises to v0.8.18
There was a problem hiding this comment.
Thanks!
Any idea if this is necessary? Looks like Yarn (v1, anyhow) will correctly resolve the newer version on a fresh install. Not sure if other tools do the same.
Edit: Looks like the snapshots need to be updated. Looks to be a pretty minor & innocent diff, so jest -u should be fine
This might be true. However since the fixed bug in |
