Skip to content

Commit

Permalink
test: use common.crashOnUnhandledRejection
Browse files Browse the repository at this point in the history
Add common.crashOnUnhandledRejection to
test/sequential/test-inspector-break-e.js

PR-URL: #17242
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Anatoli Papirovski <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
  • Loading branch information
yozian authored and MylesBorins committed Nov 26, 2017
1 parent e4f5c63 commit c9b94ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sequential/test-inspector-break-e.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const common = require('../common');

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

const assert = require('assert');
const { NodeInstance } = require('../common/inspector-helper.js');
Expand Down

0 comments on commit c9b94ff

Please sign in to comment.