node-execution-context icon indicating copy to clipboard operation
node-execution-context copied to clipboard

Results 2 node-execution-context issues
Sort by recently updated
recently updated
newest added
trafficstars

I noticed that the async_hooks dependency is based on https://www.npmjs.com/package/async_hooks which was published 5 years ago. As I understand its somewhat similar? version of the native async_hooks. The native async_hooks...

## 🐛 Bug Report When importing (only!) the package, and trying to set context based on `asyncHooks.executionAsyncId();` in **BeforeEach** the returned executionId is X, and in the upcoming test (right...