File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use strict' ;
22
3+ // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
4+ // are still being developed.
5+ /* c8 ignore start */
6+
37const dc = require ( 'diagnostics_channel' ) ;
48
59const onEndpointCreatedChannel = dc . channel ( 'quic.endpoint.created' ) ;
@@ -69,3 +73,5 @@ module.exports = {
6973 onSessionErrorChannel,
7074 onEndpointConnectChannel,
7175} ;
76+
77+ /* c8 ignore stop */
Original file line number Diff line number Diff line change 11'use strict' ;
22
3+ // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
4+ // are still being developed.
5+ /* c8 ignore start */
6+
37const {
48 ArrayBuffer,
59 DataView,
@@ -806,3 +810,5 @@ module.exports = {
806810 QuicSessionState,
807811 QuicStreamState,
808812} ;
813+
814+ /* c8 ignore stop */
Original file line number Diff line number Diff line change 11'use strict' ;
22
3+ // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
4+ // are still being developed.
5+ /* c8 ignore start */
6+
37const {
48 BigUint64Array,
59 JSONStringify,
@@ -743,3 +747,5 @@ module.exports = {
743747 QuicSessionStats,
744748 QuicStreamStats,
745749} ;
750+
751+ /* c8 ignore stop */
Original file line number Diff line number Diff line change 11'use strict' ;
22
3+ // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
4+ // are still being developed.
5+ /* c8 ignore start */
6+
37const {
48 Symbol,
59} = primordials ;
@@ -92,3 +96,5 @@ module.exports = {
9296 kWantsHeaders,
9397 kWantsTrailers,
9498} ;
99+
100+ /* c8 ignore stop */
You can’t perform that action at this time.
0 commit comments