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 <gpunathi@in.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
yozian authored and MylesBorins committed Dec 12, 2017
1 parent 24b1839 commit 0e5ff6f
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 0e5ff6f

Please sign in to comment.