summaryrefslogtreecommitdiff
path: root/test/parallel/test-async-hooks-async-await.js
AgeCommit message (Collapse)Author
2018-08-23async_hooks: adding regression test case for async/awaitAnto Aravinth
The actual bug was fixed by a V8 update in Node v10.4.0. See: https://github.com/nodejs/node/pull/19989 PR-URL: https://github.com/nodejs/node/pull/22374 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>