Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 696c962

Browse filesBrowse files
IvanWeiMylesBorins
authored andcommitted
test: use common.crashOnUnhandledRejection()
add common.crashOnUnhandledRejectio to test-http2-window-size.js PR-URL: #17227 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent caa59b9 commit 696c962
Copy full SHA for 696c962

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-http2-window-size.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http2-window-size.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if (!common.hasCrypto)
1010
common.skip('missing crypto');
1111
const assert = require('assert');
1212
const h2 = require('http2');
13+
common.crashOnUnhandledRejection();
1314

1415
// Given a list of buffers and an initial window size, have a server write
1516
// each buffer to the HTTP2 Writable stream, and let the client verify that

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.