Conversation
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65532 +/- ##
==========================================
+ Coverage 90.14% 91.65% +1.51%
==========================================
Files 751 789 +38
Lines 253679 285455 +31776
Branches 47789 69104 +21315
==========================================
+ Hits 228671 261635 +32964
+ Misses 16264 14430 -1834
- Partials 8744 9390 +646
🚀 New features to boost your workflow:
|
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
|
Could the failure be flake, remedied by another test run? |
|
The failure does not come from this change. |
MessageChannel,MessagePortandBroadcastChannelhad noSymbol.toStringTag, soObject.prototype.toString.call()returned[object Object]or[object EventTarget]rather than the interfacenames.
Two existing tests expected
util.inspect()to printMessagePort [EventTarget]; the tag now matches the constructor name,so the bracketed part is gone.
Fixes: #65527