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 <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danielLin authored and gibfahn committed Dec 20, 2017
1 parent 9272370 commit 0daf33e
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 0daf33e

Please sign in to comment.