test: use common.crashOnUnhandledRejection
PR-URL: https://github.com/nodejs/node/pull/17218 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
571ecd1aed
commit
339e247e3f
@ -23,6 +23,7 @@
|
|||||||
const common = require('../common');
|
const common = require('../common');
|
||||||
const assert = require('assert');
|
const assert = require('assert');
|
||||||
const http = require('http');
|
const http = require('http');
|
||||||
|
common.crashOnUnhandledRejection();
|
||||||
|
|
||||||
const N = 4;
|
const N = 4;
|
||||||
const M = 4;
|
const M = 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user