test: add crashonUnhandledRejection

PR-URL: https://github.com/nodejs/node/pull/17237
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
danielLin 2017-11-22 16:18:36 +08:00 committed by James M Snell
parent fbb9eef4c4
commit 3f19ecda2a

View File

@ -2,6 +2,7 @@
const common = require('../common');
common.crashOnUnhandledRejection();
common.skipIfInspectorDisabled();
const assert = require('assert');