Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/internal/quic/diagnostics.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
// are still being developed.
/* c8 ignore start */

Expand Down
2 changes: 1 addition & 1 deletion lib/internal/quic/quic.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
// are still being developed.
/* c8 ignore start */

Expand Down
2 changes: 1 addition & 1 deletion lib/internal/quic/state.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
// are still being developed.
/* c8 ignore start */

Expand Down
2 changes: 1 addition & 1 deletion lib/internal/quic/stats.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
// are still being developed.
/* c8 ignore start */

Expand Down
2 changes: 1 addition & 1 deletion lib/internal/quic/symbols.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
// are still being developed.
/* c8 ignore start */

Expand Down
Loading