You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, async-listener is somewhat light on tests. Instead, most of the functionality is tested in continuation-local-storage. I feel like many of those tests should probably get migrated to async-listener. In particular: crypto, dns, fs, net, timers and zlib--CLS should not need to concern itself with specific interfaces.
The text was updated successfully, but these errors were encountered:
True enough, and they're only structured the way they are because CLS came before async-listener. You're working with this stuff more frequently than I am right now -- do you want to take a stab at putting together a PR?
Currently, async-listener is somewhat light on tests. Instead, most of the functionality is tested in continuation-local-storage. I feel like many of those tests should probably get migrated to async-listener. In particular: crypto, dns, fs, net, timers and zlib--CLS should not need to concern itself with specific interfaces.
The text was updated successfully, but these errors were encountered: