Skip to content

Commit

Permalink
test: add crashonUnhandledRejection
Browse files Browse the repository at this point in the history
PR-URL: #17237
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
danielLin authored and MylesBorins committed Dec 11, 2017
1 parent a2229b3 commit 611a42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sequential/test-inspector-port-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const common = require('../common');

common.crashOnUnhandledRejection();
common.skipIfInspectorDisabled();

const assert = require('assert');
Expand Down

0 comments on commit 611a42e

Please sign in to comment.