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
It seems like the timing of the promises in the unit tests shift in subtle ways starting in node 10.5 but it isn't obvious exactly what is causing the unit tests to not complete successfully. It seems like untangling the tests that use node-tap autocompletion and return promise objects to not have a return value and use an explicit t.end() is a starting point to simplifying matters and perhaps eliminating whatever the issue is altogether.
We need to add support for node 10 (Dubnium).
The text was updated successfully, but these errors were encountered: